chore: pychache folder ignored

This commit is contained in:
hesam-init 2024-07-02 16:58:52 +03:30
parent f0a51d2f8c
commit b73eb585af
4 changed files with 23 additions and 23 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
hyprland_setup_log
**/__pycache__/

View file

@ -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

View file

@ -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