mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
tweak i3
This commit is contained in:
parent
18a1134dd6
commit
80259fa056
2 changed files with 6 additions and 8 deletions
|
@ -19,6 +19,7 @@ in
|
||||||
ln -sf /run/current-system/sw/share/icons/Yaru/cursor.theme ~/.local/share/icons/default/index.theme
|
ln -sf /run/current-system/sw/share/icons/Yaru/cursor.theme ~/.local/share/icons/default/index.theme
|
||||||
echo 'Xft.dpi: 96' > ~/.Xresources
|
echo 'Xft.dpi: 96' > ~/.Xresources
|
||||||
echo 'Xcursor.size: 24' >> ~/.Xresources
|
echo 'Xcursor.size: 24' >> ~/.Xresources
|
||||||
|
xsetroot -solid '#333333'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -40,6 +41,8 @@ in
|
||||||
sed 's/i3-sensible-terminal/alacritty/' |
|
sed 's/i3-sensible-terminal/alacritty/' |
|
||||||
sed 's/10%/2%/'
|
sed 's/10%/2%/'
|
||||||
cat '${pkgs.writeText "i3extra" cfg.extraConfig}'
|
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"
|
tee "$out"
|
||||||
'';
|
'';
|
||||||
|
@ -55,6 +58,7 @@ in
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
alacritty
|
alacritty
|
||||||
|
brightnessctl
|
||||||
numix-icon-theme
|
numix-icon-theme
|
||||||
yaru-theme
|
yaru-theme
|
||||||
gnome3.networkmanagerapplet
|
gnome3.networkmanagerapplet
|
||||||
|
|
|
@ -12,16 +12,10 @@ volume master {
|
||||||
}
|
}
|
||||||
|
|
||||||
battery all {
|
battery all {
|
||||||
format = "%status %percentage %remaining"
|
format = "[%status %percentage %remaining]"
|
||||||
format_down = ""
|
format_down = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
memory {
|
|
||||||
format = "%used | %available"
|
|
||||||
threshold_degraded = "1G"
|
|
||||||
format_degraded = "MEMORY < %available"
|
|
||||||
}
|
|
||||||
|
|
||||||
tztime local {
|
tztime local {
|
||||||
format = "%m/%d %H:%M:%S"
|
format = "[%m/%d] [%H:%M:%S]"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue