mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-10 15:40:21 +02:00
updated goober config
This commit is contained in:
parent
6fcf4c62e2
commit
7455e9981f
7 changed files with 31 additions and 5 deletions
|
@ -4,6 +4,9 @@
|
|||
#
|
||||
# Read `man 5 sway` for a complete reference.
|
||||
|
||||
### title bar config
|
||||
default_border none
|
||||
|
||||
### Variables
|
||||
#
|
||||
# Logo key. Use Mod1 for Alt.
|
||||
|
@ -221,4 +224,5 @@ bar {
|
|||
swaybar_command waybar
|
||||
}
|
||||
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"layer": "top",
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": ["wireplumber", "mpris"],
|
||||
"modules-right": ["bluetooth", "clock", "privacy"],
|
||||
"modules-right": ["cpu", "bluetooth", "network", "clock", "privacy"],
|
||||
"clock": {
|
||||
"format-alt": "{:%a, %d. %b %H:%M}"
|
||||
},
|
||||
|
@ -33,5 +33,6 @@
|
|||
"tooltip-icon-size": 24
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
* {
|
||||
font-family: "CodeNewRoman Nerd Font";
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: rgba(254, 254, 254, 0.6);
|
||||
background-color: #000;
|
||||
|
||||
}
|
||||
|
||||
|
@ -17,3 +17,7 @@ window#waybar {
|
|||
#workspaces button.focused {
|
||||
background-color: #7b002c;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue