diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 32dd87fa..b7b533e4 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -37,4 +37,8 @@ bindd = ALT, PRINT, Screenrecording, exec, omarchy-menu screenrecord bindd = SUPER, PRINT, Color picking, exec, pkill hyprpicker || hyprpicker -a # File sharing -bindd = CTRL SUPER, S, Share, exec, omarchy-menu share +bindd = SUPER CTRL, S, Share, exec, omarchy-menu share + +# Waybar-less information +bindd = SUPER CTRL, T, Show time, exec, notify-send " $(date +"%A %H:%M — %d %B W%V %Y")" +bindd = SUPER CTRL, B, Show battery remaining, exec, notify-send "󰁹 Battery is at $(omarchy-battery-remaining)%"