Updated hypr, rofi and waybar theme

This commit is contained in:
2026-08-05 10:56:12 +02:00
parent 2dcbd80842
commit 79036dce2c
6 changed files with 40 additions and 35 deletions
+3 -2
View File
@@ -7,8 +7,9 @@ hl.config({
gaps_out = 10,
border_size = 2,
col = {
active_border = { colors = { "rgba(7fbbb3ee)", "rgba(a7c080ee)" }, angle = 45 },
inactive_border = "rgba(384b55aa)",
-- Cursor Dark: accent blue gradient, neutral dark inactive
active_border = { colors = { "rgba(2472c8ee)", "rgba(3b8eeaee)" }, angle = 45 },
inactive_border = "rgba(2b2b2baa)",
},
resize_on_border = false,
allow_tearing = false,
+6 -6
View File
@@ -1,7 +1,7 @@
background {
monitor =
path = $HOME/.config/hypr/wp.png
color = rgba(59,66,82,1)
color = rgba(24,24,24,1)
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
blur_size = 5
@@ -20,9 +20,9 @@ input-field {
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 1.00 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
outer_color = rgba(59,66,82,1)
inner_color = rgba(59,66,82,1)
font_color = rgba(235,203,139,1)
outer_color = rgba(36,114,200,1)
inner_color = rgba(43,43,43,1)
font_color = rgba(204,204,204,1)
fade_on_empty = true
placeholder_text = <i>Password...</i> # Text rendered in the input box when it's empty.
hide_input = false
@@ -56,7 +56,7 @@ label {
label {
monitor =
text = cmd[update:1000] echo "<b><big> $(date +"%d %b") </big></b>"
color =rgb(163,190,140)
color =rgb(59,142,234)
font_size = 16
font_family = HackJBMLigatured-Regular 10
position = 0, -160
@@ -66,7 +66,7 @@ label {
label {
monitor =
text = cmd[update:1000] echo "<b><big> $(date +"%A") </big></b>"
color =rgb(163,190,140)
color =rgb(59,142,234)
font_size = 16
font_family = HackJBMLigatured-Regular 10
position = 0, -180
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 18 MiB