mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 11:59:07 -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",
|
||||
"ignore-list": [],
|
||||
"app_ids-mapping": {
|
||||
"firefoxdeveloperedition": "firefox-developer-edition"
|
||||
"firefoxdeveloperedition": "firefox-developer-edition",
|
||||
"zen-alpha": "firefox"
|
||||
}
|
||||
},
|
||||
"tray": {
|
||||
|
@ -335,7 +336,7 @@
|
|||
"return-type": "string",
|
||||
"exec": "~/.config/waybar/modules/updates.sh",
|
||||
"tooltip": false,
|
||||
"on-click": "setsid -f foot -e paru -Syyu"
|
||||
"on-click": "setsid -f foot -e paru -Syyu && flatpak update --noninteractive"
|
||||
},
|
||||
"custom/logo": {
|
||||
"format": " ",
|
||||
|
|
|
@ -21,16 +21,15 @@ tooltip {
|
|||
}
|
||||
|
||||
.modules-left,
|
||||
.modules-center,
|
||||
.modules-right {
|
||||
window.bottom .modules-center,
|
||||
window:not(.bottom) .modules-right {
|
||||
background-color: #24273a;
|
||||
margin: 2px;
|
||||
/* padding: 2px; */
|
||||
}
|
||||
|
||||
#workspaces,
|
||||
.modules-center box,
|
||||
.modules-right box {
|
||||
window:not(.bottom) .modules-left,
|
||||
.modules-center,
|
||||
.modules-right {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue