This commit is contained in:
Sean Buckley 2021-08-31 01:37:10 -04:00
parent 18a1134dd6
commit 80259fa056
2 changed files with 6 additions and 8 deletions

View file

@ -19,6 +19,7 @@ in
ln -sf /run/current-system/sw/share/icons/Yaru/cursor.theme ~/.local/share/icons/default/index.theme
echo 'Xft.dpi: 96' > ~/.Xresources
echo 'Xcursor.size: 24' >> ~/.Xresources
xsetroot -solid '#333333'
'';
};
@ -40,6 +41,8 @@ in
sed 's/i3-sensible-terminal/alacritty/' |
sed 's/10%/2%/'
cat '${pkgs.writeText "i3extra" cfg.extraConfig}'
echo 'bindsym XF86MonBrightnessUp exec brightnessctl -n500 -e s -- +10%'
echo 'bindsym XF86MonBrightnessDown exec brightnessctl -n500 -e s -- -10%'
)|
tee "$out"
'';
@ -55,6 +58,7 @@ in
environment.systemPackages = with pkgs; [
alacritty
brightnessctl
numix-icon-theme
yaru-theme
gnome3.networkmanagerapplet

View file

@ -12,16 +12,10 @@ volume master {
}
battery all {
format = "%status %percentage %remaining"
format = "[%status %percentage %remaining]"
format_down = ""
}
memory {
format = "%used | %available"
threshold_degraded = "1G"
format_degraded = "MEMORY < %available"
}
tztime local {
format = "%m/%d %H:%M:%S"
format = "[%m/%d] [%H:%M:%S]"
}