Skip to content

Commit

Permalink
hm/stzx: adjust hyprland
Browse files Browse the repository at this point in the history
- style
- fix waybar Alexays/Waybar#3543
  • Loading branch information
Stzx committed Sep 7, 2024
1 parent 80437df commit 52aeb31
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions home-manager/stzx@nos/wm/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
general {
border_size = 2
gaps_in = 6
gaps_out = 12
gaps_in = 3
gaps_out = 6
col.active_border = rgb(884dff) rgb(4da6ff) 45deg
Expand Down Expand Up @@ -64,8 +64,8 @@
bind = $mm SHIFT, 3, movetoworkspace, 3
bind = $mm SHIFT, 4, movetoworkspace, 4
bind = $mm SHIFT, 7, movetoworkspace, special:terminal
bind = $mm SHIFT, 8, movetoworkspace, special:music
bind = $mm SHIFT, 9, movetoworkspace, special:chat
bind = $mm SHIFT, 8, movetoworkspace, special:chat
bind = $mm SHIFT, 9, movetoworkspace, special:music
bind = $mm SHIFT, 0, movetoworkspace, special:magic
bind = $mm, h, resizeactive, -10 0
Expand Down Expand Up @@ -97,7 +97,8 @@
systemd.enable = true;
settings = {
mainBar = {
margin = "6px 12px 0 12px";
output = "DP-1";
margin = "0px 6px";
spacing = 6;
modules-left = [ "hyprland/workspaces" "hyprland/window" ];
modules-center = [ "clock" ];
Expand Down Expand Up @@ -143,7 +144,7 @@
};

network = {
interval = 1;
interval = 3;
format-ethernet = "󰇧 <sub>{bandwidthUpBits} / {bandwidthDownBits}</sub>"; # nf-md-earth
format-linked = "󱐅"; # nf-md-earth_remove
format-disconnected = "󰇨"; # nf-md-earth_off
Expand Down Expand Up @@ -260,9 +261,7 @@
'';
};

services.mako = {
enable = true;
};
services.mako.enable = true;

programs.tofi = {
enable = true;
Expand Down

0 comments on commit 52aeb31

Please sign in to comment.