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:
@@ -46,12 +46,4 @@ xwayland {
|
|||||||
|
|
||||||
source = ./hyprland/binds/*
|
source = ./hyprland/binds/*
|
||||||
source = ./hyprland/rules/*
|
source = ./hyprland/rules/*
|
||||||
source = ./hyprland/general.conf
|
source = ./hyprland/*
|
||||||
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
|
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
"5": "",
|
"5": "",
|
||||||
"8": "",
|
"8": "",
|
||||||
"9": "",
|
"9": "",
|
||||||
|
"10": "",
|
||||||
"default": ""
|
"default": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -67,7 +68,7 @@
|
|||||||
"on-scroll-up": "tz_up",
|
"on-scroll-up": "tz_up",
|
||||||
"on-scroll-down": "tz_down"
|
"on-scroll-down": "tz_down"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"format-wifi": "Wifi: {essid} ({signalStrength}%) ",
|
"format-wifi": "Wifi: {essid} ({signalStrength}%) ",
|
||||||
|
|||||||
@@ -36,12 +36,17 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
box-shadow: inset 1px 4px 0 1px;
|
|
||||||
background-color: @surface0;
|
background-color: @surface0;
|
||||||
|
box-shadow: inset 1px 4px 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: @red;
|
background-color: @red;
|
||||||
|
animation-name: blink;
|
||||||
|
animation-duration: 1s;
|
||||||
|
animation-timing-function: steps(12);
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
animation-direction: alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clock */
|
/* Clock */
|
||||||
@@ -75,6 +80,7 @@ window#waybar {
|
|||||||
background-color: @sapphire;
|
background-color: @sapphire;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Battery */
|
||||||
#battery {
|
#battery {
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user