making waybar changes and adding aidermacs
This commit is contained in:
parent
3330bde398
commit
79f2310a26
|
@ -656,14 +656,14 @@ in {
|
|||
output = [ "DP-1" "eDP-1" ];
|
||||
position = if laptop then "bottom" else "top";
|
||||
height = 35;
|
||||
width = if laptop then 1300 else 2100;
|
||||
width = if laptop then 1400 else 2100;
|
||||
# Choose the order of the modules "custom/wintitle",
|
||||
modules-left = [ "hyprland/workspaces" "hyprland/window" ];
|
||||
modules-center = [ "clock" ];
|
||||
modules-center = [ ];
|
||||
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-bottom = if laptop then 8 else 0;
|
||||
margin-bottom = if laptop then 4 else 0;
|
||||
margin-left = 6;
|
||||
margin-right = 6;
|
||||
"hyprland/window" = { format = " <span style='italic'>{}</span>"; };
|
||||
|
@ -795,14 +795,28 @@ in {
|
|||
}
|
||||
|
||||
window#waybar > box {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 3px;
|
||||
padding-right: 10px;
|
||||
color: @base05;
|
||||
box-shadow: 5px 5px 4px 4px #202020;
|
||||
margin: 12px 14px 14px 14px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
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 {
|
||||
|
@ -816,7 +830,6 @@ in {
|
|||
|
||||
#workspaces {
|
||||
border-radius: 20px;
|
||||
margin-left: 10px;
|
||||
padding-right: 10px;
|
||||
background: transparent;
|
||||
transition: none;
|
||||
|
|
|
@ -179,7 +179,7 @@
|
|||
eshell-syntax-highlighting
|
||||
melpaPackages.org-ai
|
||||
melpaPackages.gptel
|
||||
# melpaPackages.aidermacs
|
||||
melpaPackages.aidermacs
|
||||
pkgs.ispell
|
||||
pkgs.mu
|
||||
pkgs.openjdk
|
||||
|
@ -190,6 +190,14 @@
|
|||
pkgs.tree-sitter-grammars.tree-sitter-rust
|
||||
pkgs.tree-sitter-grammars.tree-sitter-yaml
|
||||
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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue