update config file
This commit is contained in:
63
dotfiles/config/waybar/config-bottom.jsonc
Normal file
63
dotfiles/config/waybar/config-bottom.jsonc
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"mod": "dock",
|
||||
"exclusive": true,
|
||||
"passthrough": false,
|
||||
"gtk-layer-shell": true,
|
||||
"height": 25,
|
||||
"modules-left": [
|
||||
"custom/launch_wofi",
|
||||
"custom/launch_firefox",
|
||||
"custom/launch_thunderbird",
|
||||
"custom/launch_kitty",
|
||||
"custom/launch_dolphin"
|
||||
],
|
||||
"modules-center": ["wlr/taskbar"],
|
||||
"modules-right": ["custom/weather"],
|
||||
|
||||
"custom/launch_firefox": {
|
||||
"format": "",
|
||||
"on-click": "google-chrome-stable",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/launch_thunderbird": {
|
||||
"format": "",
|
||||
"on-click": "thunderbird",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/launch_dolphin": {
|
||||
"format": "",
|
||||
"on-click": "exec dolphin",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/launch_kitty": {
|
||||
"format": "",
|
||||
"on-click": "exec kitty",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/launch_wofi": {
|
||||
"format": "",
|
||||
"on-click": "sh -c '(sleep 0.5s; pkill wofi || wofi -c ~/.config/wofi/config-lmenu)' & disown",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"wlr/taskbar": {
|
||||
"format": "{icon}",
|
||||
"icon-size": 24,
|
||||
"all-outputs": true,
|
||||
"tooltip-format": "{name} - {title}",
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close",
|
||||
"ignore-list": [
|
||||
"wofi"
|
||||
],
|
||||
"app_ids-mapping": {
|
||||
"steam_app_39210": "Final Fantasy 14"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user