add screen lock to hyprland config, change color of waybar widget border
parent
934bb92b71
commit
4a6cb8c970
|
@ -20,7 +20,7 @@ monitor=,preferred,auto,1
|
|||
|
||||
# Execute your favorite apps at launch
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
exec-once = ~/.local/scripts/gammastep-init.sh & swaybg --output=* --image=$HOME/.config/wall & udiskie & kanshi & waybar
|
||||
exec-once = ~/.local/scripts/gammastep-init.sh & swaybg --output=* --image=$HOME/.config/wall & udiskie & kanshi & waybar & swayidle -w timeout 900 'waylock &' timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'waylock &'
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
@ -58,7 +58,7 @@ general {
|
|||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 10
|
||||
rounding = 5
|
||||
blur = yes
|
||||
blur_size = 3
|
||||
blur_passes = 1
|
||||
|
|
|
@ -48,7 +48,7 @@ window#waybar {
|
|||
|
||||
#idle_inhibitor, #mpd, #clock, #battery, #cpu, #memory, #network, #pulseaudio, #temperature, #custom-spotify, #tray, #mode {
|
||||
background: transparent;
|
||||
border-bottom: 3px solid black;
|
||||
border-bottom: 3px solid #3EF6F6;
|
||||
padding: 0 10px;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue