mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
user fixes
This commit is contained in:
parent
0302463733
commit
b4af225678
|
@ -20,7 +20,8 @@
|
||||||
icon-new = "";
|
icon-new = "";
|
||||||
icon-old = "";
|
icon-old = "";
|
||||||
icon-replied = "";
|
icon-replied = "";
|
||||||
icon-marked = "";
|
icon-marked = "";
|
||||||
|
icon-flagged = "";
|
||||||
icon-deleted = "";
|
icon-deleted = "";
|
||||||
};
|
};
|
||||||
filters = {
|
filters = {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
man-pages
|
man-pages
|
||||||
pcmanfm
|
cinnamon.nemo
|
||||||
xdg-utils # used for xdg-open
|
xdg-utils # used for xdg-open
|
||||||
appimage-run
|
appimage-run
|
||||||
seafile-client
|
seafile-client
|
||||||
|
@ -42,6 +42,7 @@
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
|
hugo
|
||||||
neofetch # obligatory
|
neofetch # obligatory
|
||||||
jetbrains.idea-ultimate #😎
|
jetbrains.idea-ultimate #😎
|
||||||
croc # send files anywhere
|
croc # send files anywhere
|
||||||
|
|
|
@ -4,13 +4,12 @@
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
# package = hyprland.packages.x86_64-linux.waybar-hyprland;
|
|
||||||
settings = {
|
settings = {
|
||||||
mainBar = {
|
mainBar = {
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "top";
|
position = "top";
|
||||||
height = 26;
|
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" ];
|
modules-right = [ "network" "cpu" "pulseaudio" "battery" "tray" "custom/notification" "clock" ];
|
||||||
network = {
|
network = {
|
||||||
format-wifi = " {essid} ({signalStrength}%)";
|
format-wifi = " {essid} ({signalStrength}%)";
|
||||||
|
@ -54,12 +53,6 @@
|
||||||
escape = true;
|
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 = {
|
cpu = {
|
||||||
format = "{usage}% ";
|
format = "{usage}% ";
|
||||||
};
|
};
|
||||||
|
@ -138,7 +131,6 @@
|
||||||
background-color: #eb4d4b;
|
background-color: #eb4d4b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-spotifytitle,
|
|
||||||
#custom-notification,
|
#custom-notification,
|
||||||
#clock,
|
#clock,
|
||||||
#battery,
|
#battery,
|
||||||
|
@ -168,19 +160,6 @@
|
||||||
background-color: #${config.colorScheme.palette.base00};
|
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 {
|
#battery {
|
||||||
background-color: #${config.colorScheme.palette.base02};
|
background-color: #${config.colorScheme.palette.base02};
|
||||||
color: #${config.colorScheme.palette.base05};
|
color: #${config.colorScheme.palette.base05};
|
||||||
|
@ -230,6 +209,5 @@
|
||||||
background-color: #${config.colorScheme.palette.base01};
|
background-color: #${config.colorScheme.palette.base01};
|
||||||
color: #${config.colorScheme.palette.base05};
|
color: #${config.colorScheme.palette.base05};
|
||||||
}
|
}
|
||||||
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue