waybar (and app)
This commit is contained in:
parent
56e4efafce
commit
af4b69104d
3 changed files with 4 additions and 4 deletions
|
@ -15,13 +15,13 @@
|
|||
# system
|
||||
btop duf lm_sensors ethtool pciutils usbutils powertop killall
|
||||
# debug
|
||||
strace ltrace lsof
|
||||
strace ltrace lsof helvum
|
||||
# apps
|
||||
firefox qalculate-gtk krita inkscape onlyoffice-desktopeditors vlc nicotine-plus transmission_4-gtk font-manager obs-studio kdePackages.kdenlive
|
||||
# compatibility
|
||||
wineWowPackages.waylandFull winetricks
|
||||
# misc
|
||||
bat file which packwiz yt-dlp hyfetch
|
||||
bat file which packwiz yt-dlp fastfetch hyfetch
|
||||
# games
|
||||
prismlauncher
|
||||
] ++ (with pkgs.my; [
|
||||
|
|
|
@ -152,7 +152,7 @@ window#waybar.floating #window {
|
|||
animation-duration: 2s;
|
||||
}
|
||||
|
||||
#backlight {
|
||||
#backlight, #custom-weather {
|
||||
color: @yellow;
|
||||
}
|
||||
|
||||
|
|
|
@ -170,7 +170,7 @@ in {
|
|||
};
|
||||
cpu = {
|
||||
interval = 4;
|
||||
format = " {usage}% {avg_frequency}GHz";
|
||||
format = " {usage}%";
|
||||
on-click = "${lib.getExe pkgs.gnome-system-monitor}";
|
||||
};
|
||||
memory = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue