update config
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"$mod,RETURN, exec, ${pkgs.kitty}/bin/kitty" # Terminal
|
||||
"$mod,E, exec, ${pkgs.xfce.thunar}/bin/thunar" # Thunar
|
||||
"$mod,U, exec, ${pkgs.firefox}/bin/firefox" # Firefox
|
||||
"$mod,M, exec, ${pkgs.emacs-pgtk}/bin/emacs" # Emacs
|
||||
"$shiftMod,Q, exec, ${pkgs.hyprlock}/bin/hyprlock" # Lock
|
||||
"$mod,X, exec, powermenu" # Powermenu
|
||||
"$mod,SPACE, exec, menu" # Launcher
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"float, class:^(thunderbird)$,title:^(Edit Event:)$"
|
||||
"float, class:^(thunderbird)$,title:^(An error has occurred)$"
|
||||
"float, class:^(thunar)$,title:^(File Operation Progress)$"
|
||||
"float, class:^(firefox)$,title:^(.*Bitwarden Password Manager.*)$"
|
||||
"float, class:firefox,title:(.*Bitwarden Password Manager.*)"
|
||||
"float, class:^(org.kde.polkit-kde-authentication-agent-1)$"
|
||||
"size 60% 55%, class:^(nwg-look)$"
|
||||
"center, class:^(nwg-look)$"
|
||||
|
||||
@@ -33,9 +33,11 @@ in {
|
||||
"tray"
|
||||
];
|
||||
clock = {
|
||||
"format" = "{:%d %B %H:%M} ";
|
||||
"format" = "{:%d %b %H:%M} ";
|
||||
"format-alt" = "{:%A, %d %B %Y (%R)} ";
|
||||
"tooltip-format" = "<tt><small>{calendar}</small></tt>";
|
||||
"tooltip-format" = ''
|
||||
<big>{:%Y %B}</big>
|
||||
<tt><small>{calendar}</small></tt>'';
|
||||
"calendar" = {
|
||||
"mode" = "year";
|
||||
"mode-mon-col" = 3;
|
||||
@@ -111,20 +113,7 @@ in {
|
||||
};
|
||||
separate-outputs = true;
|
||||
};
|
||||
"hyprland/workspaces" = {
|
||||
format = "{name}";
|
||||
format-icons = {
|
||||
"2" = "";
|
||||
"3" = "";
|
||||
"9" = "";
|
||||
"active" = "";
|
||||
"default" = "";
|
||||
};
|
||||
# "persistent-workspaces" = {
|
||||
# "eDP-1" = [ 1 2 3 4 5 ];
|
||||
# "DP-3" = [ 6 7 8 9 0 ];
|
||||
# };
|
||||
};
|
||||
"hyprland/workspaces" = { format = "<small>{name}</small>"; };
|
||||
mpris = {
|
||||
"format" = "{player_icon} {dynamic}";
|
||||
"format-paused" = "{status_icon} <i>{dynamic}</i>";
|
||||
@@ -182,35 +171,30 @@ in {
|
||||
|
||||
style = ''
|
||||
* { border: none; border-radius: 0; }
|
||||
window#waybar { background-color: @base00; color: @base05; transition-property: background-color; transition-duration: 0.5s; }
|
||||
window#waybar.hidden { opacity: 0.2; }
|
||||
label.module { padding: 0 ${toString gaps-out}px; }
|
||||
#workspaces {
|
||||
background-color: @base03;
|
||||
border-radius: 1em;
|
||||
margin: 0 1em;
|
||||
}
|
||||
#workspaces button {
|
||||
padding-top: ${toString border-size}px;
|
||||
border-bottom: ${toString border-size}px solid transparent;
|
||||
}
|
||||
#workspaces button.focused,
|
||||
#workspaces button.active {
|
||||
border-bottom: ${toString border-size}px solid @base09;
|
||||
padding: 0 .3em;
|
||||
border-radius: 1em;
|
||||
background-color: @base03;
|
||||
}
|
||||
#workspaces button.urgent { background-color: @base09; }
|
||||
#workspaces button.empty { background-color: @base03; }
|
||||
#workspaces button.visible { background-color: @base04; color: @base01 }
|
||||
#workspaces button.active { background-color: @base0A; }
|
||||
label#battery.1 { padding-right: 0; }
|
||||
label#battery.2 { padding-left: ${toString gaps-in}px; }
|
||||
#privacy, #tray { padding: 0 ${toString gaps-in}px; }
|
||||
#pulseaudio-slider slider {
|
||||
min-height: 0px;
|
||||
min-width: 0px;
|
||||
opacity: 0;
|
||||
background-image: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
#pulseaudio-slider trough {
|
||||
min-height: 5px;
|
||||
min-width: 80px;
|
||||
border-radius: ${toString rounding}px;
|
||||
}
|
||||
#pulseaudio-slider highlight {
|
||||
min-width: 10px;
|
||||
border-radius: ${toString rounding}px;
|
||||
}
|
||||
#tray { background-color: @base03; border-radius: 1em 0 0 1em ; }
|
||||
#tray > .passive { -gtk-icon-effect: dim; }
|
||||
#tray > .needs-attention { -gtk-icon-effect: highlight; background-color: @base08; }
|
||||
tooltip { border-radius: ${toString rounding}px; }
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user