Improve configs

fixes, replace exa with eza, update home-manager version
This commit is contained in:
Tobias Reisinger 2023-09-10 21:41:00 +02:00
parent de0663730c
commit ccb5e6660e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
13 changed files with 80 additions and 89 deletions
.config/waybar

View file

@ -5,7 +5,7 @@
"spacing": 6,
"mode": "dock",
"modules-left": [
"wlr/workspaces"
"hyprland/workspaces"
],
"modules-center": [
],
@ -19,40 +19,14 @@
"clock",
"tray"
],
"wlr/workspaces": {
"hyprland/workspaces": {
"on-click": "activate",
"all-outputs": true,
"sort-by-number": true,
"persistent_workspaces": {
"01": [],
"02": [],
"03": [],
"04": [],
"05": [],
"06": [],
"07": [],
"08": [],
"09": [],
"10": []
"*": 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
},
@ -86,6 +60,7 @@
},
"custom/weather": {
"exec": "~/.config/waybar/custom/weather",
"on-click": "xdg-open 'https://www.wetter.com/deutschland/oranienburg/DE0007983.html'",
"return-type": "json",
"format": "{}",
"tooltip": true,