Refactor: Replace users with home
This commit is contained in:
parent
36a22dc58a
commit
aaaf4808f3
65 changed files with 17 additions and 25 deletions
|
@ -1,53 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
systemd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
bar = {
|
||||
layer = "top";
|
||||
position = "top";
|
||||
height = 32;
|
||||
output = [
|
||||
"DP-1"
|
||||
];
|
||||
|
||||
modules-left = [ "hyprland/workspaces" "hyprland/submap" ];
|
||||
modules-center = [ "hyprland/window" ];
|
||||
modules-right = [ "tray" "clock" ];
|
||||
};
|
||||
};
|
||||
style = ''
|
||||
* {
|
||||
all: unset;
|
||||
border-radius: 0;
|
||||
font-family: "Go Mono Nerd Font";
|
||||
font-size: 11pt;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
color: #c5c9c5;
|
||||
background: #181616;
|
||||
border-bottom: 2px solid rgba(53,132,228, 1);
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 8pt 0 8pt;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #3584e4;
|
||||
}
|
||||
|
||||
#clock {
|
||||
padding: 0 8pt 0 8pt;
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue