making waybar changes and adding aidermacs

This commit is contained in:
Chris Cochrun 2025-04-24 11:44:32 -05:00
parent 3330bde398
commit 79f2310a26
3 changed files with 68 additions and 47 deletions

View file

@ -656,14 +656,14 @@ in {
output = [ "DP-1" "eDP-1" ]; output = [ "DP-1" "eDP-1" ];
position = if laptop then "bottom" else "top"; position = if laptop then "bottom" else "top";
height = 35; height = 35;
width = if laptop then 1300 else 2100; width = if laptop then 1400 else 2100;
# Choose the order of the modules "custom/wintitle", # Choose the order of the modules "custom/wintitle",
modules-left = [ "hyprland/workspaces" "hyprland/window" ]; modules-left = [ "hyprland/workspaces" "hyprland/window" ];
modules-center = [ "clock" ]; modules-center = [ ];
modules-right = modules-right =
[ "pulseaudio" "backlight" "disk" "memory" "cpu" "battery" "tray" ]; [ "pulseaudio" "backlight" "disk" "memory" "cpu" "battery" "tray" "clock" ];
margin-top = if laptop then -5 else 5; margin-top = if laptop then -5 else 5;
margin-bottom = if laptop then 8 else 0; margin-bottom = if laptop then 4 else 0;
margin-left = 6; margin-left = 6;
margin-right = 6; margin-right = 6;
"hyprland/window" = { format = " <span style='italic'>{}</span>"; }; "hyprland/window" = { format = " <span style='italic'>{}</span>"; };
@ -795,14 +795,28 @@ in {
} }
window#waybar > box { window#waybar > box {
padding-top: 5px;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 10px;
color: @base05; color: @base05;
box-shadow: 5px 5px 4px 4px #202020;
margin: 12px 14px 14px 14px; margin: 12px 14px 14px 14px;
background: transparent;
}
.modules-right {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
background: @backtransparent; background: @backtransparent;
box-shadow: 5px 5px 4px 4px #202020;
border-radius: 20px;
}
.modules-left {
padding-top: 2px;
padding-bottom: 2px;
padding-right: 10px;
background: @backtransparent;
box-shadow: 5px 5px 4px 4px #202020;
border-radius: 20px;
} }
tooltip { tooltip {
@ -816,7 +830,6 @@ in {
#workspaces { #workspaces {
border-radius: 20px; border-radius: 20px;
margin-left: 10px;
padding-right: 10px; padding-right: 10px;
background: transparent; background: transparent;
transition: none; transition: none;

View file

@ -179,7 +179,7 @@
eshell-syntax-highlighting eshell-syntax-highlighting
melpaPackages.org-ai melpaPackages.org-ai
melpaPackages.gptel melpaPackages.gptel
# melpaPackages.aidermacs melpaPackages.aidermacs
pkgs.ispell pkgs.ispell
pkgs.mu pkgs.mu
pkgs.openjdk pkgs.openjdk
@ -190,6 +190,14 @@
pkgs.tree-sitter-grammars.tree-sitter-rust pkgs.tree-sitter-grammars.tree-sitter-rust
pkgs.tree-sitter-grammars.tree-sitter-yaml pkgs.tree-sitter-grammars.tree-sitter-yaml
pkgs.tree-sitter-grammars.tree-sitter-toml pkgs.tree-sitter-grammars.tree-sitter-toml
pkgs.tree-sitter-grammars.tree-sitter-wgsl
pkgs.tree-sitter-grammars.tree-sitter-nix
pkgs.tree-sitter-grammars.tree-sitter-nu
pkgs.tree-sitter-grammars.tree-sitter-bash
pkgs.tree-sitter-grammars.tree-sitter-fish
pkgs.tree-sitter-grammars.tree-sitter-tera
pkgs.tree-sitter-grammars.tree-sitter-html
pkgs.tree-sitter-grammars.tree-sitter-javascript
])); ]));
defaultEditor = true; defaultEditor = true;
}; };