summaryrefslogtreecommitdiff
path: root/modules/home-manager/waybar.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2026-04-21 12:51:47 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2026-04-21 12:51:47 -0600
commit176c98d8f8cb77b884ba53a57a71d2f971d0d083 (patch)
tree0e83c0ee3457cf3350e8ccdc7f7648706a4afdb4 /modules/home-manager/waybar.nix
parentc869646365f34f7bd5c341b91dd77902a92a21de (diff)
parentd74d24d9a09402118fabb6a287f3d437d019346b (diff)
Merge branch 'master' of ssh://bosco:/srv/git/.flake
Diffstat (limited to 'modules/home-manager/waybar.nix')
-rw-r--r--modules/home-manager/waybar.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix
index c7f977e..74aa144 100644
--- a/modules/home-manager/waybar.nix
+++ b/modules/home-manager/waybar.nix
@@ -9,7 +9,7 @@
* {
font-family: FantasqueSansMono Nerd Font;
- font-size: 17px;
+ font-size: 14px;
min-height: 0;
}
@@ -130,7 +130,7 @@
position = "top";
height = 48;
modules-left = [ "hyprland/workspaces" ];
- modules-center = [ "clock" "backlight/slider" ];
+ modules-center = [ "clock" ];
modules-right = [ "pulseaudio" "bluetooth" "network" "battery" "cpu" "temperature" "memory" "idle_inhibitor" "tray" ];
"tray" = {
@@ -192,12 +192,12 @@
format-disconnected = "Disconnected ⚠";
format-alt = "{ifname}: {ipaddr}/{cidr}";
};
- "backlight/slider" = {
- min = 1;
- max = 100;
- orientation = "horizontal";
- # device = "intel_backlight";
- };
+ # "backlight/slider" = {
+ # min = 1;
+ # max = 100;
+ # orientation = "horizontal";
+ # # device = "intel_backlight";
+ # };
"clock" = {
format = "{:%H:%M}  ";
format-alt = "{:%A, %B %d, %Y (%R)}  ";