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 = [
|
exec-once = [
|
||||||
# Set Hyprland cursor the same as GTK apps
|
# Set Hyprland cursor the same as GTK apps
|
||||||
"hyprctl setcursor \"Bibata-Modern-Classic\" 24"
|
"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-center = [ "hyprland/window" ];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
|
"tray"
|
||||||
"custom/exit"
|
"custom/exit"
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"network"
|
"network"
|
||||||
"battery"
|
"battery"
|
||||||
"tray"
|
|
||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -161,6 +161,7 @@
|
||||||
waybar # A bar.
|
waybar # A bar.
|
||||||
bibata-cursors # Pretty cursors
|
bibata-cursors # Pretty cursors
|
||||||
kdenlive # Video editing software
|
kdenlive # Video editing software
|
||||||
|
feishin # Audio Player that connects to my Navidrome server
|
||||||
|
|
||||||
# Shell stuff
|
# Shell stuff
|
||||||
zsh # Favorite shell so far
|
zsh # Favorite shell so far
|
||||||
|
@ -184,6 +185,8 @@
|
||||||
wl-clipboard # Clipboard manager
|
wl-clipboard # Clipboard manager
|
||||||
swww # Wallpaper engine
|
swww # Wallpaper engine
|
||||||
pulseaudio-dlna # To play sound on sound system
|
pulseaudio-dlna # To play sound on sound system
|
||||||
|
activitywatch # Stats on time spent
|
||||||
|
awatcher # Wayland Idle and window watcher
|
||||||
];
|
];
|
||||||
|
|
||||||
services.gvfs.enable = true; # Enable Trash so that if I delete my nix files without having saved them I can backup .........
|
services.gvfs.enable = true; # Enable Trash so that if I delete my nix files without having saved them I can backup .........
|
||||||
|
|
Loading…
Reference in a new issue