Improve wayland configs
This commit is contained in:
parent
35f4e0c88f
commit
ceea1c316a
18 changed files with 549 additions and 41 deletions
.config/waybar
80
.config/waybar/config
Normal file
80
.config/waybar/config
Normal file
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"height": 24,
|
||||
"spacing": 4,
|
||||
"modules-left": [
|
||||
"wlr/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
],
|
||||
"modules-right": [
|
||||
"network",
|
||||
"cpu",
|
||||
"temperature",
|
||||
"memory",
|
||||
"custom/pacman",
|
||||
"idle_inhibitor",
|
||||
"custom/weather",
|
||||
"clock",
|
||||
"tray"
|
||||
],
|
||||
"wlr/workspaces": {
|
||||
"on-click": "activate",
|
||||
"all-outputs": true,
|
||||
"sort-by-number": true,
|
||||
"persistent_workspaces": {
|
||||
"01": [],
|
||||
"02": [],
|
||||
"03": [],
|
||||
"04": [],
|
||||
"05": [],
|
||||
"06": [],
|
||||
"07": [],
|
||||
"08": [],
|
||||
"09": [],
|
||||
"10": []
|
||||
}
|
||||
},
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"format": "{name}",
|
||||
"persistent_workspaces": {
|
||||
"01": [],
|
||||
"02": [],
|
||||
"03": [],
|
||||
"04": [],
|
||||
"05": [],
|
||||
"06": [],
|
||||
"07": [],
|
||||
"08": [],
|
||||
"09": [],
|
||||
"10": []
|
||||
}
|
||||
},
|
||||
"hyprland/window": {
|
||||
"max-length": 128
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%Y-%m-%d %H:%M:%S}",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||
},
|
||||
"tray": {
|
||||
"spacing": 4
|
||||
},
|
||||
"custom/pacman": {
|
||||
"format": " {}",
|
||||
"interval": 3600,
|
||||
"exec": "checkupdates | wc -l",
|
||||
"on-click": "alacritty -e 'archlinux-update'; pkill -SIGRTMIN+8 waybar",
|
||||
"signal": 8
|
||||
},
|
||||
"custom/weather": {
|
||||
"exec": "~/.config/waybar/wttr.py",
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"tooltip": true,
|
||||
"interval": 1200
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue