[hyprland] unified colors
This commit is contained in:
parent
b11e1aa717
commit
861d87e86a
@ -17,7 +17,7 @@ tooltip {
|
||||
border-radius: 10px;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-color: #4771c9;
|
||||
border-color: #528bff;
|
||||
font-family: "Ubuntu Light 12";
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
@ -33,7 +33,7 @@ tooltip {
|
||||
border-radius: 10px;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-color: #4771c9;
|
||||
border-color: #528bff;
|
||||
}
|
||||
|
||||
#battery,
|
||||
|
@ -13,8 +13,8 @@
|
||||
general {
|
||||
border_size = 3
|
||||
|
||||
col.active_border = rgba(528bffaa)
|
||||
col.inactive_border = rgba(595959aa)
|
||||
col.active_border = rgb(528bff)
|
||||
col.inactive_border = rgb(595959)
|
||||
|
||||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
|
@ -27,15 +27,15 @@
|
||||
|
||||
fade_on_empty = true
|
||||
hide_input = false
|
||||
placeholder_text = <i> 1 2 3 4 5 ... </i>
|
||||
placeholder_text = <b> 1 2 3 4 5 ... </b>
|
||||
|
||||
position = 0, 150
|
||||
size = 250, 50
|
||||
|
||||
outline_thickness = 3
|
||||
font_color = rgb(250, 179, 135)
|
||||
inner_color = rgb(12, 12, 12)
|
||||
outer_color = rgb(62, 93, 162)
|
||||
font_color = rgb(fab387)
|
||||
inner_color = rgb(131517)
|
||||
outer_color = rgb(528bff)
|
||||
|
||||
halign = center
|
||||
valign = bottom
|
||||
@ -49,7 +49,7 @@
|
||||
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>"
|
||||
position = 0, 20
|
||||
|
||||
color = rgb(250, 179, 135)
|
||||
color = rgb(fab387)
|
||||
font_size = 64
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
|
||||
@ -58,14 +58,14 @@
|
||||
}
|
||||
|
||||
|
||||
# user
|
||||
# date and time
|
||||
label {
|
||||
monitor =
|
||||
|
||||
text = cmd[update:1000] echo "$(date +%A) $(date +%d) $(date +%B)"
|
||||
position = 0, 0
|
||||
|
||||
color = rgb(250, 179, 135)
|
||||
color = rgb(fab387)
|
||||
font_size = 20
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
text = 👤 siempie
|
||||
position = 0, 120
|
||||
|
||||
color = rgb(137, 180, 250)
|
||||
color = rgb(528bff)
|
||||
font_size = 14
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
|
||||
|
Reference in New Issue
Block a user