Personal NixOS flake

feat(hyprpanel): reduce font size to 0.8rem + some formatting cleanup

+1 -20
+1 -20
home/emily/gui/hyprland/hyprpanel.nix
··· 4 ]; 5 programs.hyprpanel = { 6 enable = true; 7 - # systemd.enable = true; 8 settings = { 9 - 10 - 11 theme = { 12 name = "catppuccin_mocha"; 13 font = { 14 name = "Noto Sans Mono"; 15 - size = "1.0rem"; 16 }; 17 18 # I Fucking Hate Rounded Courners Fuck Off ··· 25 innerRadiusMultiplier = "0.0"; 26 radius = "0.0em"; 27 workspaces.pill.radius = "1.9rem"; 28 - 29 }; 30 menus = { 31 border.radius = "0.0em"; ··· 47 notification.border_radius = "0.0em"; 48 osd.radius = "0.0em"; 49 }; 50 - 51 - # layout = { 52 - # "bar.layouts" = { 53 - # "0" = { 54 - # left = [ "dashboard" "workspaces" ]; 55 - # middle = [ "windowtitle" ]; 56 - # right = [ "systray" "network" "weather" "volume" "clock" "notifications"]; 57 - # }; 58 - # "1" = { 59 - # left = ["workspaces"]; 60 - # middle = ["windowtitle"]; 61 - # right = []; 62 - # }; 63 - # }; 64 - # }; 65 }; 66 }; 67 }
··· 4 ]; 5 programs.hyprpanel = { 6 enable = true; 7 settings = { 8 theme = { 9 name = "catppuccin_mocha"; 10 font = { 11 name = "Noto Sans Mono"; 12 + size = "0.8rem"; 13 }; 14 15 # I Fucking Hate Rounded Courners Fuck Off ··· 22 innerRadiusMultiplier = "0.0"; 23 radius = "0.0em"; 24 workspaces.pill.radius = "1.9rem"; 25 }; 26 menus = { 27 border.radius = "0.0em"; ··· 43 notification.border_radius = "0.0em"; 44 osd.radius = "0.0em"; 45 }; 46 }; 47 }; 48 }