Browse Source

Merge branch 'development' into patch-1

pull/186/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
3491218304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      config/hypr/UserConfigs/WindowRules.conf
  2. 4
      config/hypr/scripts/RofiEmoji.sh
  3. 20
      config/hypr/scripts/Volume.sh
  4. 0
      config/hypr/v2.2.7
  5. 4
      config/waybar/modules

10
config/hypr/UserConfigs/WindowRules.conf

@ -11,6 +11,8 @@ windowrule = float, zoom
windowrule = float, rofi windowrule = float, rofi
windowrule = float, gnome-system-monitor windowrule = float, gnome-system-monitor
windowrule = float, yad windowrule = float, yad
windowrule = float, ^(wihotspot-gui)$ # wifi hotspot
windowrule = float, ^(evince)$ # document viewer
#windowrule = noblur,gamescope #windowrule = noblur,gamescope
#windowrule = fullscreen,gamescope #windowrule = fullscreen,gamescope
@ -48,6 +50,14 @@ windowrulev2 = opacity 0.9 0.7, class:^(VSCodium)$
windowrulev2 = opacity 0.9 0.7, class:^(yad)$ windowrulev2 = opacity 0.9 0.7, class:^(yad)$
windowrulev2 = opacity 0.9 0.7, class:^(com.obsproject.Studio)$ windowrulev2 = opacity 0.9 0.7, class:^(com.obsproject.Studio)$
windowrulev2 = opacity 0.9 0.7, class:^([Aa]udacious)$ windowrulev2 = opacity 0.9 0.7, class:^([Aa]udacious)$
windowrulev2 = opacity 0.9 0.8, class:^(google-chrome)$
windowrulev2 = opacity 0.94 0.86, class:^(chrome-.+-Default)$ # Chrome PWAs
windowrulev2 = opacity 0.9 0.8, class:^(org.gnome.Nautilus)$
windowrulev2 = opacity 0.9 0.8, class:^(code-url-handler)$
windowrulev2 = opacity 0.9 0.8, class:^(VSCode)$
windowrulev2 = opacity 0.94 0.86, class:^(discord)$
windowrulev2 = opacity 0.94 0.86, class:^(gnome-disks)$
windowrulev2 = opacity 0.9 0.8, class:^(org.gnome.baobab)$
#layerrule = unset,class:^([Rr]ofi)$ #layerrule = unset,class:^([Rr]ofi)$

4
config/hypr/scripts/RofiEmoji.sh

@ -2,12 +2,12 @@
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# Rofi Emoticons. Not my own. Cant remember the source # Rofi Emoticons. Not my own. Cant remember the source
sed '1,/^### DATA ###$/d' $0 | sed '1,/^# # DATA # #$/d' $0 |
rofi -dmenu -config ~/.config/rofi/config-long.rasi| rofi -dmenu -config ~/.config/rofi/config-long.rasi|
cut -d ' ' -f 1 | tr -d '\n' | wl-copy cut -d ' ' -f 1 | tr -d '\n' | wl-copy
exit exit
# DATA # # # DATA # #
😀 grinning face face smile happy joy :D grin 😀 grinning face face smile happy joy :D grin
😃 grinning face with big eyes face happy joy haha :D :) smile funny 😃 grinning face with big eyes face happy joy haha :D :) smile funny
😄 grinning face with smiling eyes face happy joy funny haha laugh like :D :) smile 😄 grinning face with smiling eyes face happy joy funny haha laugh like :D :) smile

20
config/hypr/scripts/Volume.sh

@ -42,17 +42,19 @@ notify_user() {
# Increase Volume # Increase Volume
inc_volume() { inc_volume() {
if [ "$(pamixer --get-mute)" == "true" ]; then if [ "$(pamixer --get-mute)" == "true" ]; then
pamixer -u && notify_user toggle_mute
else
pamixer -i 5 && notify_user
fi fi
pamixer -i 5 && notify_user
} }
# Decrease Volume # Decrease Volume
dec_volume() { dec_volume() {
if [ "$(pamixer --get-mute)" == "true" ]; then if [ "$(pamixer --get-mute)" == "true" ]; then
pamixer -u && notify_user toggle_mute
else
pamixer -d 5 && notify_user
fi fi
pamixer -d 5 && notify_user
} }
# Toggle Mute # Toggle Mute
@ -102,17 +104,19 @@ notify_mic_user() {
# Increase MIC Volume # Increase MIC Volume
inc_mic_volume() { inc_mic_volume() {
if [ "$(pamixer --default-source --get-mute)" == "true" ]; then if [ "$(pamixer --default-source --get-mute)" == "true" ]; then
pamixer --default-source -u && notify_mic_user toggle_mic
else
pamixer --default-source -i 5 && notify_mic_user
fi fi
pamixer --default-source -i 5 && notify_mic_user
} }
# Decrease MIC Volume # Decrease MIC Volume
dec_mic_volume() { dec_mic_volume() {
if [ "$(pamixer --default-source --get-mute)" == "true" ]; then if [ "$(pamixer --default-source --get-mute)" == "true" ]; then
pamixer --default-source -u && notify_mic_user toggle-mic
else
pamixer --default-source -d 5 && notify_mic_user
fi fi
pamixer --default-source -d 5 && notify_mic_user
} }
# Execute accordingly # Execute accordingly

0
config/hypr/v2.2.6 → config/hypr/v2.2.7

4
config/waybar/modules

@ -637,9 +637,9 @@
}, },
"clock#vertical": { "clock#vertical": {
"format": "{:\n%H\n%M\n%S\n\n \n%d\n%m\n%y}", "format": "\n{:%H\n%M\n%S\n\n \n%d\n%m\n%y}",
"interval": 1, "interval": 1,
//"format": "{:\n%I\n%M\n%p\n\n \n%d\n%m\n%y}", //"format": "\n{:%I\n%M\n%p\n\n \n%d\n%m\n%y}",
"tooltip": true, "tooltip": true,
"tooltip-format": "{calendar}", "tooltip-format": "{calendar}",
"calendar": { "calendar": {

Loading…
Cancel
Save