mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-11 15:46:55 +02:00
chore: pychache folder ignored
This commit is contained in:
parent
f0a51d2f8c
commit
b73eb585af
4 changed files with 23 additions and 23 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
||||||
hyprland_setup_log
|
hyprland_setup_log
|
||||||
|
|
||||||
|
**/__pycache__/
|
||||||
|
|
Binary file not shown.
|
@ -1,20 +1,20 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
status=$(nmcli g | grep -oE "disconnected")
|
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)
|
strength=$(awk 'NR==3 {printf("%.0f\n",$3*10/7)}' /proc/net/wireless)
|
||||||
|
|
||||||
if [ $status ] ; then
|
if [ $status ]; then
|
||||||
icon=""
|
icon=""
|
||||||
text=""
|
text=""
|
||||||
col="#f38ba8"
|
col="#f38ba8"
|
||||||
|
|
||||||
else
|
else
|
||||||
if [ $strength -le 25 ]; then
|
if [ $strength -le 25 ]; then
|
||||||
icon=""
|
icon=""
|
||||||
elif [ $strength -le 50 ]; then
|
elif [ $strength -le 50 ]; then
|
||||||
icon=""
|
icon=""
|
||||||
elif [ $strength -le 75 ]; then
|
elif [ $strength -le 75 ]; then
|
||||||
icon=""
|
icon=""
|
||||||
else
|
else
|
||||||
icon=""
|
icon=""
|
||||||
|
@ -24,12 +24,10 @@ else
|
||||||
col="#b4befe"
|
col="#b4befe"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if [[ "$1" == "--COL" ]]; then
|
if [[ "$1" == "--COL" ]]; then
|
||||||
echo $col
|
echo $col
|
||||||
elif [[ "$1" == "--ESSID" ]]; then
|
elif [[ "$1" == "--ESSID" ]]; then
|
||||||
echo $text
|
echo $text
|
||||||
elif [[ "$1" == "--ICON" ]]; then
|
elif [[ "$1" == "--ICON" ]]; then
|
||||||
echo $icon
|
echo $icon
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-application-prefer-dark-theme=true
|
gtk-theme-name=Orchis-Dark
|
||||||
gtk-button-images=true
|
gtk-icon-theme-name=Fluent-dark
|
||||||
|
gtk-font-name=Noto Sans, 10
|
||||||
gtk-cursor-theme-name=Bibata-Modern-Ice
|
gtk-cursor-theme-name=Bibata-Modern-Ice
|
||||||
gtk-cursor-theme-size=24
|
gtk-cursor-theme-size=24
|
||||||
gtk-decoration-layout=icon:minimize,maximize,close
|
gtk-toolbar-style=3
|
||||||
gtk-enable-animations=true
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
|
||||||
|
gtk-button-images=0
|
||||||
|
gtk-menu-images=0
|
||||||
gtk-enable-event-sounds=1
|
gtk-enable-event-sounds=1
|
||||||
gtk-enable-input-feedback-sounds=0
|
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-antialias=1
|
||||||
gtk-xft-dpi=98304
|
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle=hintslight
|
gtk-xft-hintstyle=hintslight
|
||||||
gtk-xft-rgba=rgb
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue