Add ActivityWatch and Feishin
This commit is contained in:
parent
13398da34b
commit
97e1c57488
3 changed files with 11 additions and 3 deletions
|
@ -135,8 +135,13 @@
|
|||
exec-once = [
|
||||
# Set Hyprland cursor the same as GTK apps
|
||||
"hyprctl setcursor \"Bibata-Modern-Classic\" 24"
|
||||
"swww-daemon"
|
||||
"waybar"
|
||||
|
||||
"swww-daemon" # Animated Wallpaper engine
|
||||
"waybar" # Sweet top bar
|
||||
|
||||
# Sleep is needed because otherwise waybar is not initialized
|
||||
"sleep 1 && aw-qt" # ActivityWatch
|
||||
"sleep 1 && aw-awatcher" # ActivityWatcher Wayland Watcher
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
];
|
||||
modules-center = [ "hyprland/window" ];
|
||||
modules-right = [
|
||||
"tray"
|
||||
"custom/exit"
|
||||
"pulseaudio"
|
||||
"network"
|
||||
"battery"
|
||||
"tray"
|
||||
"clock"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue