mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
Update .config/hypr/hyprland.conf
Update .config/waybar/config.jsonc Update .config/waybar/style.css
This commit is contained in:
@@ -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}%) ",
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user