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
|
# 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; [
|
||||||
|
|
|
@ -152,7 +152,7 @@ window#waybar.floating #window {
|
||||||
animation-duration: 2s;
|
animation-duration: 2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#backlight {
|
#backlight, #custom-weather {
|
||||||
color: @yellow;
|
color: @yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue