waybar (and app)

This commit is contained in:
Reid 2024-12-15 02:03:47 -08:00
parent 56e4efafce
commit af4b69104d
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
3 changed files with 4 additions and 4 deletions

View file

@ -15,13 +15,13 @@
# system # system
btop duf lm_sensors ethtool pciutils usbutils powertop killall btop duf lm_sensors ethtool pciutils usbutils powertop killall
# debug # debug
strace ltrace lsof strace ltrace lsof helvum
# apps # apps
firefox qalculate-gtk krita inkscape onlyoffice-desktopeditors vlc nicotine-plus transmission_4-gtk font-manager obs-studio kdePackages.kdenlive firefox qalculate-gtk krita inkscape onlyoffice-desktopeditors vlc nicotine-plus transmission_4-gtk font-manager obs-studio kdePackages.kdenlive
# compatibility # compatibility
wineWowPackages.waylandFull winetricks wineWowPackages.waylandFull winetricks
# misc # misc
bat file which packwiz yt-dlp hyfetch bat file which packwiz yt-dlp fastfetch hyfetch
# games # games
prismlauncher prismlauncher
] ++ (with pkgs.my; [ ] ++ (with pkgs.my; [

View file

@ -152,7 +152,7 @@ window#waybar.floating #window {
animation-duration: 2s; animation-duration: 2s;
} }
#backlight { #backlight, #custom-weather {
color: @yellow; color: @yellow;
} }

View file

@ -170,7 +170,7 @@ in {
}; };
cpu = { cpu = {
interval = 4; interval = 4;
format = " {usage}% {avg_frequency}GHz"; format = " {usage}%";
on-click = "${lib.getExe pkgs.gnome-system-monitor}"; on-click = "${lib.getExe pkgs.gnome-system-monitor}";
}; };
memory = { memory = {