some cleanup, back to wpa_supplicant, about to branch for refactor
This commit is contained in:
parent
29f9ba670f
commit
7b061e6cd8
33 changed files with 2225 additions and 449 deletions
|
@ -2,13 +2,10 @@
|
|||
"modules-left": [
|
||||
"clock",
|
||||
"niri/workspaces",
|
||||
"wlr/taskbar",
|
||||
"mpris"
|
||||
],
|
||||
"modules-center": [
|
||||
"niri/window"
|
||||
],
|
||||
"modules-right": [
|
||||
"wlr/taskbar",
|
||||
"tray",
|
||||
"cpu",
|
||||
"memory",
|
||||
|
@ -45,7 +42,7 @@
|
|||
"format-ethernet": "{ifname} ",
|
||||
"format-disconnected": "",
|
||||
"max-length": 50,
|
||||
"on-click": "wezterm -e 'nmtui'"
|
||||
"on-click": "wezterm --config-file /home/emenel/.config/wezterm/launcher.lua start --class launcher --always-new-process nmtui",
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 20,
|
||||
|
|
|
@ -41,12 +41,14 @@ window#waybar {
|
|||
#wireplumber,
|
||||
#disk,
|
||||
#memory,
|
||||
#backlight,
|
||||
#taskbar
|
||||
#cpu,
|
||||
#temperature,
|
||||
#custom-weather,
|
||||
#idle_inhibitor,
|
||||
#jack,
|
||||
#upower,
|
||||
#power-profiles-daemon
|
||||
#tray,
|
||||
#window,
|
||||
#workspaces,
|
||||
|
@ -54,12 +56,20 @@ window#waybar {
|
|||
padding: 0 20px;
|
||||
}
|
||||
|
||||
#power-profiles-daemon {
|
||||
min-width: 40px;
|
||||
}
|
||||
|
||||
#temperature.critical,
|
||||
#pulseaudio.muted {
|
||||
color: #FF0000;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
#clock{
|
||||
color: #d8bfff;
|
||||
}
|
||||
|
@ -101,6 +111,10 @@ window#waybar {
|
|||
color: #ccc;
|
||||
}
|
||||
|
||||
#taskbar, #tray {
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
#taskbar button.active {
|
||||
background: #333;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue