user fixes

This commit is contained in:
Rouven Seifert 2024-02-26 19:15:36 +01:00
parent 0302463733
commit b4af225678
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 5 additions and 25 deletions

View file

@ -20,7 +20,8 @@
icon-new = "";
icon-old = "";
icon-replied = "";
icon-marked = "";
icon-marked = "󰄳";
icon-flagged = "";
icon-deleted = "";
};
filters = {

View file

@ -8,7 +8,7 @@
zip
unzip
man-pages
pcmanfm
cinnamon.nemo
xdg-utils # used for xdg-open
appimage-run
seafile-client
@ -42,6 +42,7 @@
bitwarden-cli
# misc
hugo
neofetch # obligatory
jetbrains.idea-ultimate #😎
croc # send files anywhere

View file

@ -4,13 +4,12 @@
programs.waybar = {
enable = true;
systemd.enable = true;
# package = hyprland.packages.x86_64-linux.waybar-hyprland;
settings = {
mainBar = {
layer = "top";
position = "top";
height = 26;
modules-left = [ "sway/workspaces" "river/tags" "custom/spotifytitle" "river/window" ];
modules-left = [ "sway/workspaces" "river/tags" "river/window" ];
modules-right = [ "network" "cpu" "pulseaudio" "battery" "tray" "custom/notification" "clock" ];
network = {
format-wifi = " {essid} ({signalStrength}%)";
@ -54,12 +53,6 @@
escape = true;
};
"custom/spotifytitle" = {
format = " {}";
max-length = 80;
return-type = "json";
exec = "${lib.getExe pkgs.pww} -w spotifyd:title -p None 2> /dev/null";
};
cpu = {
format = "{usage}% ";
};
@ -138,7 +131,6 @@
background-color: #eb4d4b;
}
#custom-spotifytitle,
#custom-notification,
#clock,
#battery,
@ -168,19 +160,6 @@
background-color: #${config.colorScheme.palette.base00};
}
#custom-spotifytitle {
background: #1db954;
color: #191414;
opacity: 1;
transition-property: opacity;
transition-duration: 0.25s;
}
#custom-spotifytitle.Paused,
#custom-spotifytitle.Inactive {
opacity: 0.5;
}
#battery {
background-color: #${config.colorScheme.palette.base02};
color: #${config.colorScheme.palette.base05};
@ -230,6 +209,5 @@
background-color: #${config.colorScheme.palette.base01};
color: #${config.colorScheme.palette.base05};
}
'';
}