diff --git a/hypr/conf/keybindings.conf b/hypr/conf/keybindings.conf index 3069785..a4825c4 100644 --- a/hypr/conf/keybindings.conf +++ b/hypr/conf/keybindings.conf @@ -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 diff --git a/waybar/modules.json b/waybar/modules.json index f499616..ffc7d17 100644 --- a/waybar/modules.json +++ b/waybar/modules.json @@ -137,7 +137,7 @@ // Power Menu "custom/exit": { - "format": "", + "format": "󰗼", "on-click": "wlogout", "tooltip": false }, diff --git a/waybar/themeswitcher.sh b/waybar/switchtheme.sh similarity index 100% rename from waybar/themeswitcher.sh rename to waybar/switchtheme.sh diff --git a/waybar/themes/cantina/style.css b/waybar/themes/cantina/style.css index 457d299..2e89295 100644 --- a/waybar/themes/cantina/style.css +++ b/waybar/themes/cantina/style.css @@ -1,7 +1,6 @@ /* ----------------------------------------------------- * Import Pywal colors * ----------------------------------------------------- */ -/* @import 'style-light.css'; */ * { font-family: "Fira Sans Semibold", FontAwesome, Roboto, Helvetica, Arial, sans-serif;