Update .config/hypr/hyprland.conf

Update .config/waybar/config.jsonc
Update .config/waybar/style.css
This commit is contained in:
2025-09-23 08:05:11 +02:00
parent cdd89ef2fe
commit f3063fc6f4
3 changed files with 10 additions and 11 deletions

View File

@@ -46,12 +46,4 @@ xwayland {
source = ./hyprland/binds/*
source = ./hyprland/rules/*
source = ./hyprland/general.conf
source = ./hyprland/decoration.conf
source = ./hyprland/animations.conf
source = ./hyprland/layouts.conf
source = ./hyprland/workspaces.conf
source = ./hyprland/exec.conf
source = ./hyprland/monitors.conf
exec-once = hyprpm reload -n
exec-once = ~/.local/bin/random_wallpaper.sh sfw
source = ./hyprland/*

View File

@@ -40,6 +40,7 @@
"5": "",
"8": "",
"9": "",
"10": "",
"default": ""
}
},
@@ -67,7 +68,7 @@
"on-scroll-up": "tz_up",
"on-scroll-down": "tz_down"
}
},
}
},
"network": {
"format-wifi": "Wifi: {essid} ({signalStrength}%)  ",

View File

@@ -36,12 +36,17 @@ window#waybar {
}
#workspaces button.active {
box-shadow: inset 1px 4px 0 1px;
background-color: @surface0;
box-shadow: inset 1px 4px 0 1px;
}
#workspaces button.urgent {
background-color: @red;
animation-name: blink;
animation-duration: 1s;
animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
}
/* Clock */
@@ -75,6 +80,7 @@ window#waybar {
background-color: @sapphire;
}
/* Battery */
#battery {
background-color: @base;
}