diff --git a/.gitignore b/.gitignore index 3a9b5c7..0e7a654 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ hyprland_setup_log + +**/__pycache__/ diff --git a/hypr-configs/hyprland/eww/scripts/__pycache__/iconfetch.cpython-312.pyc b/hypr-configs/hyprland/eww/scripts/__pycache__/iconfetch.cpython-312.pyc deleted file mode 100644 index 38d996d..0000000 Binary files a/hypr-configs/hyprland/eww/scripts/__pycache__/iconfetch.cpython-312.pyc and /dev/null differ diff --git a/hypr-configs/hyprland/eww/scripts/wifi b/hypr-configs/hyprland/eww/scripts/wifi index 16f2baa..e93126c 100755 --- a/hypr-configs/hyprland/eww/scripts/wifi +++ b/hypr-configs/hyprland/eww/scripts/wifi @@ -1,20 +1,20 @@ #!/bin/bash status=$(nmcli g | grep -oE "disconnected") -essid=$(nmcli c | grep wlp0s20f3 | awk '{print ($1)}') +essid=$(nmcli c | grep wlp0s20f0u6 | awk '{print ($1)}') strength=$(awk 'NR==3 {printf("%.0f\n",$3*10/7)}' /proc/net/wireless) -if [ $status ] ; then +if [ $status ]; then icon="󰤭" text="" col="#f38ba8" else - if [ $strength -le 25 ]; then + if [ $strength -le 25 ]; then icon="󰤟" - elif [ $strength -le 50 ]; then + elif [ $strength -le 50 ]; then icon="󰤢" - elif [ $strength -le 75 ]; then + elif [ $strength -le 75 ]; then icon="󰤥" else icon="󰤨" @@ -24,12 +24,10 @@ else col="#b4befe" fi - - if [[ "$1" == "--COL" ]]; then - echo $col + echo $col elif [[ "$1" == "--ESSID" ]]; then - echo $text + echo $text elif [[ "$1" == "--ICON" ]]; then - echo $icon + echo $icon fi diff --git a/hypr-configs/hyprland/gtk-3.0/settings.ini b/hypr-configs/hyprland/gtk-3.0/settings.ini index 9a87c02..8353bbb 100644 --- a/hypr-configs/hyprland/gtk-3.0/settings.ini +++ b/hypr-configs/hyprland/gtk-3.0/settings.ini @@ -1,22 +1,22 @@ [Settings] -gtk-application-prefer-dark-theme=true -gtk-button-images=true +gtk-theme-name=Orchis-Dark +gtk-icon-theme-name=Fluent-dark +gtk-font-name=Noto Sans, 10 gtk-cursor-theme-name=Bibata-Modern-Ice gtk-cursor-theme-size=24 -gtk-decoration-layout=icon:minimize,maximize,close -gtk-enable-animations=true +gtk-toolbar-style=3 +gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR +gtk-button-images=0 +gtk-menu-images=0 gtk-enable-event-sounds=1 gtk-enable-input-feedback-sounds=0 -gtk-font-name=Noto Sans, 10 -gtk-icon-theme-name=Fluent-dark -gtk-menu-images=true -gtk-modules=colorreload-gtk-module -gtk-primary-button-warps-slider=false -gtk-theme-name=Orchis-Dark -gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR -gtk-toolbar-style=3 gtk-xft-antialias=1 -gtk-xft-dpi=98304 gtk-xft-hinting=1 gtk-xft-hintstyle=hintslight gtk-xft-rgba=rgb +gtk-application-prefer-dark-theme=0 +gtk-decoration-layout=icon:minimize,maximize,close +gtk-enable-animations=true +gtk-modules=colorreload-gtk-module +gtk-primary-button-warps-slider=false +gtk-xft-dpi=98304