switched to sway
This commit is contained in:
@ -9,13 +9,15 @@
|
||||
"spacing": 10, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
"modules-left": [
|
||||
"hyprland/workspaces"
|
||||
// "hyprland/workspaces"
|
||||
"sway/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"mpd"
|
||||
],
|
||||
"modules-right": [
|
||||
"hyprland/language",
|
||||
// "hyprland/language",
|
||||
"sway/language",
|
||||
"pulseaudio",
|
||||
"cpu",
|
||||
"memory",
|
||||
@ -29,11 +31,29 @@
|
||||
"format-ru": "ru",
|
||||
"keyboard-name": "keychron-keychron-q1-keyboard"
|
||||
},
|
||||
"sway/language": {
|
||||
"format": "{}",
|
||||
"format-en": "en",
|
||||
"format-ru": "ru",
|
||||
"keyboard-name": "keychron-keychron-q1-keyboard"
|
||||
},
|
||||
"custom/weather": {
|
||||
"exec": "$HOME/.config/waybar/weather-plugin.sh",
|
||||
"interval": 600,
|
||||
"signal": "8"
|
||||
},
|
||||
"sway/workspaces": {
|
||||
"format": "{name}",
|
||||
"rewrite": {
|
||||
"\\d(.*)": "$1"
|
||||
},
|
||||
"tooltip": false,
|
||||
"on-click": "activate",
|
||||
"sort-by-number": true,
|
||||
"all-outputs": false,
|
||||
"disable-scroll": true,
|
||||
"show-special": true
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"format": "{name}",
|
||||
"tooltip": false,
|
||||
|
||||
@ -29,6 +29,11 @@ window#waybar {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
border-bottom: 2px solid white;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#backlight,
|
||||
#pulseaudio,
|
||||
|
||||
Reference in New Issue
Block a user