switched to sway

This commit is contained in:
2024-12-14 22:48:47 +05:00
parent 45c2a522c0
commit 643b32e0cd
4 changed files with 304 additions and 5 deletions

View File

@ -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,

View File

@ -29,6 +29,11 @@ window#waybar {
border-radius: 0;
}
#workspaces button.focused {
border-bottom: 2px solid white;
border-radius: 0;
}
#clock,
#backlight,
#pulseaudio,