mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 20:09:08 -04:00
Update waybar config
This commit is contained in:
parent
6974682ebe
commit
84245e56fd
2 changed files with 8 additions and 8 deletions
|
@ -145,7 +145,8 @@
|
||||||
"on-click-middle": "close",
|
"on-click-middle": "close",
|
||||||
"ignore-list": [],
|
"ignore-list": [],
|
||||||
"app_ids-mapping": {
|
"app_ids-mapping": {
|
||||||
"firefoxdeveloperedition": "firefox-developer-edition"
|
"firefoxdeveloperedition": "firefox-developer-edition",
|
||||||
|
"zen-alpha": "firefox"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
|
@ -335,7 +336,7 @@
|
||||||
"return-type": "string",
|
"return-type": "string",
|
||||||
"exec": "~/.config/waybar/modules/updates.sh",
|
"exec": "~/.config/waybar/modules/updates.sh",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "setsid -f foot -e paru -Syyu"
|
"on-click": "setsid -f foot -e paru -Syyu && flatpak update --noninteractive"
|
||||||
},
|
},
|
||||||
"custom/logo": {
|
"custom/logo": {
|
||||||
"format": " ",
|
"format": " ",
|
||||||
|
|
|
@ -21,16 +21,15 @@ tooltip {
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left,
|
.modules-left,
|
||||||
.modules-center,
|
window.bottom .modules-center,
|
||||||
.modules-right {
|
window:not(.bottom) .modules-right {
|
||||||
background-color: #24273a;
|
background-color: #24273a;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
/* padding: 2px; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces,
|
window:not(.bottom) .modules-left,
|
||||||
.modules-center box,
|
.modules-center,
|
||||||
.modules-right box {
|
.modules-right {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue