gruvbox
Wojciech Janota 2 years ago
parent f828e3237a
commit 0ece064d30

@ -33,6 +33,7 @@ picom &
setxkbmap pl &
pgrep bspswallow || bspswallow &
dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus &
# dbus-update-activation-environment --all &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
# xrandr --output HDMI-0 --set TearFree on &
# xrandr --output DisplayPort-0 --set TearFree on &

@ -182,6 +182,7 @@ type = internal/temperature
thermal-zone = 0
warn-temperature = 70
format-foreground = ${colors.color3}
format-background = ${colors.bg}
format = <ramp> <label>
format-warn = <ramp> <label-warn>

@ -36,6 +36,9 @@ super + m
super + n
alacritty -e "nmtui"
super + l
betterlockscreen -l
super + space
if [ -z "$(bspc query -N -n focused.floating)" ]; then \
bspc node focused -t floating; \

Loading…
Cancel
Save