Add polkit agent and better date/time in waybar

This commit is contained in:
Thomas Avé 2023-12-12 19:57:24 +01:00
parent 4205e6b806
commit 83a72f0ac2
2 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ exec-once=hyprpaper
exec-once=wl-paste --type text --watch cliphist store exec-once=wl-paste --type text --watch cliphist store
exec-once=wl-paste --type image --watch cliphist store exec-once=wl-paste --type image --watch cliphist store
exec-once=sleep 2 && hyprctl dispatch workspace 11 exec-once=sleep 2 && hyprctl dispatch workspace 11
exec-once=/usr/lib/polkit-kde-authentication-agent-1
workspace=eDP-1,1 workspace=eDP-1,1
workspace=HDMI-A-1,11 workspace=HDMI-A-1,11
@ -53,7 +54,7 @@ binds {
input { input {
kb_layout = us kb_layout = us
follow_mouse = 1 follow_mouse = 1
kb_options = compose:rctrl, caps:super, altwin:swap_alt_win kb_options = compose:rctrl, caps:super
numlock_by_default = true numlock_by_default = true
} }

View File

@ -29,7 +29,7 @@
"timezone": "Europe/Brussels", "timezone": "Europe/Brussels",
"format": "{:%H:%M:%S}", "format": "{:%H:%M:%S}",
"interval": 1, "interval": 1,
"format-alt": "{:%Y-%m-%d}" "format-alt": "{:%Y-%m-%d %H:%M:%S}"
}, },
"cpu": { "cpu": {