mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-07-23 10:51:02 +10:00
Update hyprland config
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
hl.config({
|
||||
general = {
|
||||
col = {
|
||||
active_border = "rgba(44464f77)",
|
||||
inactive_border = "rgba(1a1b2033)",
|
||||
},
|
||||
},
|
||||
misc = {
|
||||
background_color = "rgba(121318FF)",
|
||||
},
|
||||
})
|
||||
|
||||
hl.window_rule({ -- not sure how to syntax "pin 1"
|
||||
match = { pin = 1 },
|
||||
border_color = "rgba(afc6ffAA) rgba(afc6ff77)",
|
||||
})
|
||||
Reference in New Issue
Block a user