Add settings button to waybar and window rule
This commit is contained in:
parent
9a69133dbb
commit
79e172c935
|
@ -7,3 +7,5 @@ windowrule = tile,^(Brave-browser)$
|
|||
windowrule = tile,^(Chromium)$
|
||||
windowrule = float,^(pavucontrol)$
|
||||
windowrule = float,^(blueman-manager)$
|
||||
|
||||
windowrulev2 = float,class:(dotfiles-floating)
|
|
@ -100,6 +100,13 @@
|
|||
"on-click": "~/dotfiles/waybar/themeswitcher.sh",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Settings
|
||||
"custom/settings": {
|
||||
"format": "",
|
||||
"on-click": "alacritty --class dotfiles-floating -e ~/dotfiles/hypr/settings/settings.sh",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// Keybindings
|
||||
"custom/keybindings": {
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"custom/appmenu",
|
||||
"custom/wallpaper",
|
||||
"custom/waybarthemes",
|
||||
"custom/settings",
|
||||
"wlr/taskbar",
|
||||
"group/quicklinks",
|
||||
"hyprland/window"
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"custom/appmenu",
|
||||
"custom/wallpaper",
|
||||
"custom/waybarthemes",
|
||||
"custom/settings",
|
||||
"wlr/taskbar",
|
||||
"group/quicklinks",
|
||||
"hyprland/window"
|
||||
|
|
|
@ -159,10 +159,11 @@ window#waybar.empty #window {
|
|||
#custom-calculator,
|
||||
#custom-windowsvm,
|
||||
#custom-cliphist,
|
||||
#custom-wallpaper,
|
||||
#custom-wallpaper,
|
||||
#custom-settings,
|
||||
#custom-wallpaperwlr,
|
||||
#custom-waybarthemes {
|
||||
margin-right: 20px;
|
||||
margin-right: 15px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
opacity: 0.8;
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"custom/appmenu",
|
||||
"custom/wallpaper",
|
||||
"custom/waybarthemes",
|
||||
"custom/settings",
|
||||
"wlr/taskbar",
|
||||
"group/quicklinks",
|
||||
"hyprland/window"
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"custom/appmenu",
|
||||
"custom/wallpaper",
|
||||
"custom/waybarthemes",
|
||||
"custom/settings",
|
||||
"wlr/taskbar",
|
||||
"group/quicklinks",
|
||||
"hyprland/window"
|
||||
|
|
|
@ -161,9 +161,10 @@ window#waybar.empty #window {
|
|||
#custom-windowsvm,
|
||||
#custom-cliphist,
|
||||
#custom-wallpaper,
|
||||
#custom-settings,
|
||||
#custom-wallpaperwlr,
|
||||
#custom-waybarthemes {
|
||||
margin-right: 20px;
|
||||
margin-right: 15px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
opacity: 0.8;
|
||||
|
|
Loading…
Reference in New Issue
Block a user