[hyprland] unified colors

This commit is contained in:
Simon Cornet 2024-04-01 00:48:04 +02:00
parent b11e1aa717
commit 861d87e86a
3 changed files with 12 additions and 12 deletions

View File

@ -17,7 +17,7 @@ tooltip {
border-radius: 10px; border-radius: 10px;
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
border-color: #4771c9; border-color: #528bff;
font-family: "Ubuntu Light 12"; font-family: "Ubuntu Light 12";
font-weight: normal; font-weight: normal;
font-size: 12px; font-size: 12px;
@ -33,7 +33,7 @@ tooltip {
border-radius: 10px; border-radius: 10px;
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
border-color: #4771c9; border-color: #528bff;
} }
#battery, #battery,

View File

@ -13,8 +13,8 @@
general { general {
border_size = 3 border_size = 3
col.active_border = rgba(528bffaa) col.active_border = rgb(528bff)
col.inactive_border = rgba(595959aa) col.inactive_border = rgb(595959)
gaps_in = 5 gaps_in = 5
gaps_out = 20 gaps_out = 20

View File

@ -27,15 +27,15 @@
fade_on_empty = true fade_on_empty = true
hide_input = false hide_input = false
placeholder_text = <i> 1 2 3 4 5 ... </i> placeholder_text = <b> 1 2 3 4 5 ... </b>
position = 0, 150 position = 0, 150
size = 250, 50 size = 250, 50
outline_thickness = 3 outline_thickness = 3
font_color = rgb(250, 179, 135) font_color = rgb(fab387)
inner_color = rgb(12, 12, 12) inner_color = rgb(131517)
outer_color = rgb(62, 93, 162) outer_color = rgb(528bff)
halign = center halign = center
valign = bottom valign = bottom
@ -49,7 +49,7 @@
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>"
position = 0, 20 position = 0, 20
color = rgb(250, 179, 135) color = rgb(fab387)
font_size = 64 font_size = 64
font_family = JetBrains Mono Nerd Font 10 font_family = JetBrains Mono Nerd Font 10
@ -58,14 +58,14 @@
} }
# user # date and time
label { label {
monitor = monitor =
text = cmd[update:1000] echo "$(date +%A) $(date +%d) $(date +%B)" text = cmd[update:1000] echo "$(date +%A) $(date +%d) $(date +%B)"
position = 0, 0 position = 0, 0
color = rgb(250, 179, 135) color = rgb(fab387)
font_size = 20 font_size = 20
font_family = JetBrains Mono Nerd Font 10 font_family = JetBrains Mono Nerd Font 10
@ -81,7 +81,7 @@
text = 👤 siempie text = 👤 siempie
position = 0, 120 position = 0, 120
color = rgb(137, 180, 250) color = rgb(528bff)
font_size = 14 font_size = 14
font_family = JetBrains Mono Nerd Font 10 font_family = JetBrains Mono Nerd Font 10