mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: move waybar things around so it looks a tad better
This commit is contained in:
parent
0f425fbca6
commit
6edcb3c5b8
1 changed files with 18 additions and 18 deletions
|
|
@ -25,21 +25,21 @@
|
||||||
"position": "top",
|
"position": "top",
|
||||||
|
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"custom/devices",
|
"sway/workspaces",
|
||||||
"privacy",
|
"hyprland/workspaces",
|
||||||
"network",
|
|
||||||
"custom/music",
|
|
||||||
"custom/vpn",
|
|
||||||
"sway/mode",
|
"sway/mode",
|
||||||
"tray",
|
"tray",
|
||||||
],
|
],
|
||||||
|
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"sway/workspaces",
|
|
||||||
"hyprland/workspaces",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
"custom/devices",
|
||||||
|
"privacy",
|
||||||
|
"network",
|
||||||
|
"custom/music",
|
||||||
|
"custom/vpn",
|
||||||
"custom/yubikey#icon",
|
"custom/yubikey#icon",
|
||||||
"custom/yubikey#data",
|
"custom/yubikey#data",
|
||||||
"group/hardware",
|
"group/hardware",
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
// "wireplumber",
|
// "wireplumber",
|
||||||
"group/audio",
|
"group/audio",
|
||||||
"group/battery",
|
"group/battery",
|
||||||
"custom/pomodoro",
|
// "custom/pomodoro",
|
||||||
"group/clock"
|
"group/clock"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
@ -298,7 +298,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"battery": {
|
"battery": {
|
||||||
"bat": "BAT1",
|
"bat": "macsmc-battery",
|
||||||
"interval": 20,
|
"interval": 20,
|
||||||
"states": {
|
"states": {
|
||||||
"warning": 20,
|
"warning": 20,
|
||||||
|
|
@ -377,14 +377,14 @@
|
||||||
"exec": "~/.local/bin/waybar-minutes"
|
"exec": "~/.local/bin/waybar-minutes"
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/pomodoro": {
|
// "custom/pomodoro": {
|
||||||
"interval": 1,
|
// "interval": 1,
|
||||||
"format": "{}",
|
// "format": "{}",
|
||||||
"return-type": "json",
|
// "return-type": "json",
|
||||||
"exec": "waybar-module-pomodoro --no-work-icons",
|
// "exec": "waybar-module-pomodoro --no-work-icons",
|
||||||
"on-click": "waybar-module-pomodoro toggle",
|
// "on-click": "waybar-module-pomodoro toggle",
|
||||||
"on-click-right": "waybar-module-pomodoro reset"
|
// "on-click-right": "waybar-module-pomodoro reset"
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
'';
|
'';
|
||||||
|
|
@ -397,7 +397,7 @@
|
||||||
font-family: 'GohuFont 11 Nerd Font Mono';
|
font-family: 'GohuFont 11 Nerd Font Mono';
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
min-height: 26px;
|
min-height: 44px;
|
||||||
/* margin: 0 0px; */
|
/* margin: 0 0px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue