rename themeswitcher.sh to switchtheme.sh

This commit is contained in:
Spangenberg 2023-10-25 22:20:38 +02:00
parent 692a072fad
commit f50bd38a76
4 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,7 @@ bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
bind = $mainMod, SPACE, exec, ~/dotfiles/scripts/applauncher.sh
bind = $mainMod, PRINT, exec, ~/dotfiles/scripts/grim.sh
bind = $mainMod CTRL, Q, exec, wlogout
@ -21,7 +22,7 @@ bind = $mainMod CTRL, RETURN, exec, ~/dotfiles/scripts/applauncher.sh
bind = $mainMod SHIFT, B, exec, ~/dotfiles/waybar/launch.sh
bind = $mainMod CTRL, F, exec, ~/dotfiles/scripts/filemanager.sh
bind = $mainMod CTRL, C, exec, ~/dotfiles/scripts/cliphist.sh
bind = $mainMod CTRL, T, exec, ~/dotfiles/waybar/themeswitcher.sh
bind = $mainMod CTRL, T, exec, ~/dotfiles/waybar/switchtheme.sh
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2

View File

@ -137,7 +137,7 @@
// Power Menu
"custom/exit": {
"format": "",
"format": "󰗼",
"on-click": "wlogout",
"tooltip": false
},

View File

@ -1,7 +1,6 @@
/* -----------------------------------------------------
* Import Pywal colors
* ----------------------------------------------------- */
/* @import 'style-light.css'; */
* {
font-family: "Fira Sans Semibold", FontAwesome, Roboto, Helvetica, Arial, sans-serif;