Add Waybar Switcher Icon

This commit is contained in:
Stephan Raabe 2023-10-17 09:01:57 +02:00
parent b14a1287fd
commit 0fe25acab1
6 changed files with 14 additions and 3 deletions

View File

@ -89,8 +89,15 @@
// Wallpaper
"custom/wallpaper": {
"format": "",
"on-click-right": "~/dotfiles/scripts/wallpaper-swww.sh",
"on-click": "~/dotfiles/scripts/updatewal-swww.sh",
"on-click": "~/dotfiles/scripts/wallpaper-swww.sh",
"on-click-right": "~/dotfiles/scripts/updatewal-swww.sh",
"tooltip": false
},
// Waybar Themes
"custom/waybarthemes": {
"format": "",
"on-click": "~/dotfiles/waybar/themeswitcher.sh",
"tooltip": false
},

View File

@ -34,6 +34,7 @@
"modules-left": [
"custom/appmenu",
"custom/wallpaper",
"custom/waybarthemes",
"wlr/taskbar",
"group/quicklinks",
"hyprland/window"

View File

@ -33,6 +33,7 @@
"modules-left": [
"custom/appmenu",
"custom/wallpaper",
"custom/waybarthemes",
"wlr/taskbar",
"group/quicklinks",
"hyprland/window"

View File

@ -34,6 +34,7 @@
"modules-left": [
"custom/appmenu",
"custom/wallpaper",
"custom/waybarthemes",
"wlr/taskbar",
"group/quicklinks",
"hyprland/window"

View File

@ -33,6 +33,7 @@
"modules-left": [
"custom/appmenu",
"custom/wallpaper",
"custom/waybarthemes",
"wlr/taskbar",
"group/quicklinks",
"hyprland/window"

View File

@ -152,7 +152,7 @@ window#waybar.empty #window {
* Custom Quicklinks
* ----------------------------------------------------- */
#custom-brave, #custom-outlook, #custom-filemanager, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-windowsvm, #custom-cliphist, #custom-wallpaper {
#custom-brave, #custom-outlook, #custom-filemanager, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-windowsvm, #custom-cliphist, #custom-wallpaper, #custom-waybarthemes {
margin-right: 20px;
font-size: 20px;
font-weight: bold;