theme - formating
This commit is contained in:
parent
8355c7ab83
commit
f1c469c7fc
30 changed files with 287 additions and 105 deletions
|
|
@ -30,10 +30,29 @@
|
|||
position = "bottom";
|
||||
height = 10;
|
||||
spacing = 0;
|
||||
modules-left = ["sway/workspaces" "sway/mode" "wlr/workspaces" "custom/mycal"];
|
||||
modules-left = [
|
||||
"sway/workspaces"
|
||||
"sway/mode"
|
||||
"wlr/workspaces"
|
||||
"custom/mycal"
|
||||
];
|
||||
modules-center = [];
|
||||
# modules-right = ["idle_inhibitor" "custom/mytimew" "pulseaudio" "custom/mymusic" "bluetooth" "network" "backlight" "battery" "battery#bat2" "tray" "custom/mycal" "clock"];
|
||||
modules-right = ["idle_inhibitor" "custom/weather" "custom/mytimew" "pulseaudio" "custom/mymusic" "bluetooth" "network" "backlight" "battery" "battery#bat2" "tray" "custom/mycal" "clock"];
|
||||
modules-right = [
|
||||
"idle_inhibitor"
|
||||
"custom/weather"
|
||||
"custom/mytimew"
|
||||
"pulseaudio"
|
||||
"custom/mymusic"
|
||||
"bluetooth"
|
||||
"network"
|
||||
"backlight"
|
||||
"battery"
|
||||
"battery#bat2"
|
||||
"tray"
|
||||
"custom/mycal"
|
||||
"clock"
|
||||
];
|
||||
bluetooth = {
|
||||
format-alt = "bt: {status}";
|
||||
format-on = "bt";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue