diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 99c588674..46b7faf34 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -156,7 +156,7 @@ font: style: Bold Italic # Point size - size: 12.0 + size: 10.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter @@ -368,8 +368,8 @@ colors: *minimal-mistakes # - (macOS) /bin/bash --login # - (Linux/BSD) user login shell # - (Windows) powershell -#shell: -# program: /bin/bash +shell: + program: /bin/fish # args: # - --login diff --git a/autorandr/.config/autorandr/repowm/config b/autorandr/.config/autorandr/flexiflow/config similarity index 100% rename from autorandr/.config/autorandr/repowm/config rename to autorandr/.config/autorandr/flexiflow/config diff --git a/autorandr/.config/autorandr/repowm/setup b/autorandr/.config/autorandr/flexiflow/setup similarity index 100% rename from autorandr/.config/autorandr/repowm/setup rename to autorandr/.config/autorandr/flexiflow/setup diff --git a/autostart/.config/autostart/jetbrains-toolbox.desktop b/autostart/.config/autostart/jetbrains-toolbox.desktop new file mode 100755 index 000000000..05dac1090 --- /dev/null +++ b/autostart/.config/autostart/jetbrains-toolbox.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Icon=/home/repo/.local/share/JetBrains/Toolbox/toolbox.svg +Exec=/home/repo/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox --minimize +Version=1.0 +Type=Application +Categories=Development +Name=JetBrains Toolbox +StartupWMClass=jetbrains-toolbox +Terminal=false +MimeType=x-scheme-handler/jetbrains; +X-GNOME-Autostart-enabled=true +StartupNotify=false +X-GNOME-Autostart-Delay=10 +X-MATE-Autostart-Delay=10 +X-KDE-autostart-after=panel \ No newline at end of file diff --git a/clifm/.config/clifm/profiles/default/log.clifm b/clifm/.config/clifm/profiles/default/log.clifm new file mode 100644 index 000000000..e69de29bb diff --git a/dconf/.config/dconf/user b/dconf/.config/dconf/user index e29f50384..cce2c24f4 100644 Binary files a/dconf/.config/dconf/user and b/dconf/.config/dconf/user differ diff --git a/fish/.config/fish/conf.d/02_paths.fish b/fish/.config/fish/conf.d/02_paths.fish index a2fca4c57..37b15ba8f 100644 --- a/fish/.config/fish/conf.d/02_paths.fish +++ b/fish/.config/fish/conf.d/02_paths.fish @@ -19,10 +19,10 @@ if test -d "$HOME/.cargo/bin" set PATH "$HOME/.cargo/bin:$PATH" end -# Adds `~/.local/bin/repobar` to $PATH +# Adds `~/.local/bin/flexiflow_bar` to $PATH # set PATH so it includes user's private bin if it exists -if test -d "$HOME/.local/bin/repobar" - set PATH "$HOME/.local/bin/repobar:$PATH" +if test -d "$HOME/.local/bin/flexiflow_bar" + set PATH "$HOME/.local/bin/flexiflow_bar:$PATH" end # Adds `~/.local/bin/rofi` to $PATH diff --git a/fish/.config/fish/plugins/__fish_command_not_found.fish b/fish/.config/fish/plugins/__fish_command_not_found.fish new file mode 100644 index 000000000..ee185e235 --- /dev/null +++ b/fish/.config/fish/plugins/__fish_command_not_found.fish @@ -0,0 +1,10 @@ +# If an old handler already exists, defer to that. +function fish_command_not_found + if test -f /usr/libexec/pk-command-not-found + /usr/libexec/pk-command-not-found $argv[1] + end +end + +function __fish_command_not_found_handler --on-event fish_command_not_found + fish_command_not_found $argv +end diff --git a/repowm/.config/repowm/autostart.sh b/flexiflow/.config/flexiflow/autostart.sh similarity index 100% rename from repowm/.config/repowm/autostart.sh rename to flexiflow/.config/flexiflow/autostart.sh diff --git a/repowm/.config/repowm/repobar/bar_updates.ini b/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini similarity index 54% rename from repowm/.config/repowm/repobar/bar_updates.ini rename to flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini index d73ad062c..4d7f4ee75 100644 --- a/repowm/.config/repowm/repobar/bar_updates.ini +++ b/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini @@ -1,2 +1,2 @@ -LastUsed=1691930658 +LastUsed=1692117428 Message='Fully Updated' diff --git a/repowm/.config/repowm/picom.conf b/flexiflow/.config/flexiflow/picom.conf similarity index 100% rename from repowm/.config/repowm/picom.conf rename to flexiflow/.config/flexiflow/picom.conf diff --git a/repobar/.config/repobar/bar_themes/catppuccin b/flexiflow_bar/.config/flexiflow_bar/bar_themes/catppuccin similarity index 100% rename from repobar/.config/repobar/bar_themes/catppuccin rename to flexiflow_bar/.config/flexiflow_bar/bar_themes/catppuccin diff --git a/repobar/.config/repobar/bar_themes/dracula b/flexiflow_bar/.config/flexiflow_bar/bar_themes/dracula similarity index 100% rename from repobar/.config/repobar/bar_themes/dracula rename to flexiflow_bar/.config/flexiflow_bar/bar_themes/dracula diff --git a/repobar/.config/repobar/bar_themes/everblush b/flexiflow_bar/.config/flexiflow_bar/bar_themes/everblush similarity index 100% rename from repobar/.config/repobar/bar_themes/everblush rename to flexiflow_bar/.config/flexiflow_bar/bar_themes/everblush diff --git a/repobar/.config/repobar/bar_themes/gruvchad b/flexiflow_bar/.config/flexiflow_bar/bar_themes/gruvchad similarity index 100% rename from repobar/.config/repobar/bar_themes/gruvchad rename to flexiflow_bar/.config/flexiflow_bar/bar_themes/gruvchad diff --git a/repobar/.config/repobar/bar_themes/minimal-mistakes b/flexiflow_bar/.config/flexiflow_bar/bar_themes/minimal-mistakes similarity index 100% rename from repobar/.config/repobar/bar_themes/minimal-mistakes rename to flexiflow_bar/.config/flexiflow_bar/bar_themes/minimal-mistakes diff --git a/repobar/.config/repobar/bar_themes/nord b/flexiflow_bar/.config/flexiflow_bar/bar_themes/nord similarity index 100% rename from repobar/.config/repobar/bar_themes/nord rename to flexiflow_bar/.config/flexiflow_bar/bar_themes/nord diff --git a/repobar/.config/repobar/bar_themes/onedark b/flexiflow_bar/.config/flexiflow_bar/bar_themes/onedark similarity index 100% rename from repobar/.config/repobar/bar_themes/onedark rename to flexiflow_bar/.config/flexiflow_bar/bar_themes/onedark diff --git a/repobar/.local/bin/repobar/bar_battery b/flexiflow_bar/.local/bin/flexiflow_bar/bar_battery similarity index 94% rename from repobar/.local/bin/repobar/bar_battery rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_battery index d4b1c052b..b8f07927e 100755 --- a/repobar/.local/bin/repobar/bar_battery +++ b/flexiflow_bar/.local/bin/flexiflow_bar/bar_battery @@ -24,7 +24,7 @@ is_charging() { battery() { # load colors - . $HOME/.config/repobar/bar_themes/minimal-mistakes + . $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes battery_status="" if $(is_charging); then diff --git a/repobar/.local/bin/repobar/bar_clock b/flexiflow_bar/.local/bin/flexiflow_bar/bar_clock similarity index 93% rename from repobar/.local/bin/repobar/bar_clock rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_clock index 343bf136c..209620dae 100755 --- a/repobar/.local/bin/repobar/bar_clock +++ b/flexiflow_bar/.local/bin/flexiflow_bar/bar_clock @@ -44,7 +44,7 @@ DaySuffix() { clock() { # load colors - . $HOME/.config/repobar/bar_themes/minimal-mistakes + . $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes icon_date="  " icon_time=" " diff --git a/repobar/.local/bin/repobar/bar_cpu b/flexiflow_bar/.local/bin/flexiflow_bar/bar_cpu similarity index 87% rename from repobar/.local/bin/repobar/bar_cpu rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_cpu index da6cc07d0..836fd4c20 100755 --- a/repobar/.local/bin/repobar/bar_cpu +++ b/flexiflow_bar/.local/bin/flexiflow_bar/bar_cpu @@ -2,7 +2,7 @@ cpu() { # load colors - . $HOME/.config/repobar/bar_themes/minimal-mistakes + . $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes icon="  " diff --git a/repobar/.local/bin/repobar/bar_desktop b/flexiflow_bar/.local/bin/flexiflow_bar/bar_desktop similarity index 100% rename from repobar/.local/bin/repobar/bar_desktop rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_desktop diff --git a/repobar/.local/bin/repobar/bar_disk b/flexiflow_bar/.local/bin/flexiflow_bar/bar_disk similarity index 100% rename from repobar/.local/bin/repobar/bar_disk rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_disk diff --git a/repobar/.local/bin/repobar/bar_distro b/flexiflow_bar/.local/bin/flexiflow_bar/bar_distro similarity index 100% rename from repobar/.local/bin/repobar/bar_distro rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_distro diff --git a/repobar/.local/bin/repobar/bar_kernel b/flexiflow_bar/.local/bin/flexiflow_bar/bar_kernel similarity index 100% rename from repobar/.local/bin/repobar/bar_kernel rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_kernel diff --git a/repobar/.local/bin/repobar/bar_keyboard b/flexiflow_bar/.local/bin/flexiflow_bar/bar_keyboard similarity index 81% rename from repobar/.local/bin/repobar/bar_keyboard rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_keyboard index 603802abe..9a81f0283 100755 --- a/repobar/.local/bin/repobar/bar_keyboard +++ b/flexiflow_bar/.local/bin/flexiflow_bar/bar_keyboard @@ -2,7 +2,7 @@ keyboard() { # load colors - . $HOME/.config/repobar/bar_themes/minimal-mistakes + . $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes icon=" 󰌌 " diff --git a/repobar/.local/bin/repobar/bar_network b/flexiflow_bar/.local/bin/flexiflow_bar/bar_network similarity index 95% rename from repobar/.local/bin/repobar/bar_network rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_network index 4f79caeb7..8a35e3d9a 100755 --- a/repobar/.local/bin/repobar/bar_network +++ b/flexiflow_bar/.local/bin/flexiflow_bar/bar_network @@ -2,7 +2,7 @@ network() { # load colors - . $HOME/.config/repobar/bar_themes/minimal-mistakes + . $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes R1=$(cat /sys/class/net/wlan0/statistics/rx_bytes) T1=$(cat /sys/class/net/wlan0/statistics/tx_bytes) diff --git a/repobar/.local/bin/repobar/bar_packages b/flexiflow_bar/.local/bin/flexiflow_bar/bar_packages similarity index 100% rename from repobar/.local/bin/repobar/bar_packages rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_packages diff --git a/repobar/.local/bin/repobar/bar_ram b/flexiflow_bar/.local/bin/flexiflow_bar/bar_ram similarity index 78% rename from repobar/.local/bin/repobar/bar_ram rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_ram index 4fc08c40e..3c5d99332 100755 --- a/repobar/.local/bin/repobar/bar_ram +++ b/flexiflow_bar/.local/bin/flexiflow_bar/bar_ram @@ -2,7 +2,7 @@ ram() { # load colors - . $HOME/.config/repobar/bar_themes/minimal-mistakes + . $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes icon=" 󰍛 " diff --git a/repobar/.local/bin/repobar/bar_sep b/flexiflow_bar/.local/bin/flexiflow_bar/bar_sep similarity index 100% rename from repobar/.local/bin/repobar/bar_sep rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_sep diff --git a/repobar/.local/bin/repobar/bar_shell b/flexiflow_bar/.local/bin/flexiflow_bar/bar_shell similarity index 100% rename from repobar/.local/bin/repobar/bar_shell rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_shell diff --git a/repobar/.local/bin/repobar/bar_updates b/flexiflow_bar/.local/bin/flexiflow_bar/bar_updates similarity index 89% rename from repobar/.local/bin/repobar/bar_updates rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_updates index 57c74ac52..c307aa006 100755 --- a/repobar/.local/bin/repobar/bar_updates +++ b/flexiflow_bar/.local/bin/flexiflow_bar/bar_updates @@ -1,9 +1,9 @@ #!/usr/bin/env bash get_updates() { - configFile=$HOME/.config/repowm/repobar/bar_updates.ini + configFile=$HOME/.config/repowm/flexiflow_bar/bar_updates.ini # load colors - . $HOME/.config/repobar/bar_themes/minimal-mistakes + . $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes updates=$(yay -Pn) timestamp=$(date +%s) diff --git a/repobar/.local/bin/repobar/bar_uptime b/flexiflow_bar/.local/bin/flexiflow_bar/bar_uptime similarity index 100% rename from repobar/.local/bin/repobar/bar_uptime rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_uptime diff --git a/repobar/.local/bin/repobar/bar_volume b/flexiflow_bar/.local/bin/flexiflow_bar/bar_volume similarity index 97% rename from repobar/.local/bin/repobar/bar_volume rename to flexiflow_bar/.local/bin/flexiflow_bar/bar_volume index 17baca023..b613b0327 100755 --- a/repobar/.local/bin/repobar/bar_volume +++ b/flexiflow_bar/.local/bin/flexiflow_bar/bar_volume @@ -2,7 +2,7 @@ volume_alsa() { # load colors - . $HOME/.config/repobar/bar_themes/minimal-mistakes + . $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes analog=$(pamixer --list-sinks | grep analog | awk '{ print $2 }' | sed 's/"//g') hdmi=$(pamixer --list-sinks | grep hdmi | awk '{ print $2 }' | sed 's/"//g') diff --git a/flexiflow_bar/.local/bin/flexiflow_bar/bar_weather b/flexiflow_bar/.local/bin/flexiflow_bar/bar_weather new file mode 100755 index 000000000..11654a05d --- /dev/null +++ b/flexiflow_bar/.local/bin/flexiflow_bar/bar_weather @@ -0,0 +1,32 @@ +#!/usr/bin/env bash +weather() { + configFile=$HOME/.config/repowm/flexiflow_bar/bar_weather.ini + + timestamp=$(date +%s) + icon="" + [[ -f $configFile ]] && . $configFile + if [ -z "$LastUsed" ] || [ -z "$Message" ]; then + weather=$(ansiweather | awk '{print $4 $5}') + printf " %s %s \n" "$icon" "$weather" + newtime=$(expr $timestamp + 900) + echo -e "LastUsed=${newtime}\nMessage='${weather}'" >$configFile + else + if [ "$Message" == "weatherdata" ]; then + weather=$(ansiweather | awk '{print $4 $5}') + printf " %s %s \n" "$icon" "$weather" + newtime=$(expr $timestamp + 900) + echo -e "LastUsed=${newtime}\nMessage='${weather}'" >$configFile + else + if [ "$timestamp" -ge "$LastUsed" ]; then + weather=$(ansiweather | awk '{print $4 $5}') + printf " %s %s \n" "$icon" "$weather" + newtime=$(expr $timestamp + 900) + echo -e "LastUsed=${newtime}\nMessage='${weather}'" >$configFile + else + printf " %s %s \n" "$icon" "$Message" + fi + fi + fi +} + +weather diff --git a/gtk-3.0/.config/gtk-3.0/bookmarks b/gtk-3.0/.config/gtk-3.0/bookmarks index 937798b00..227eaad80 100644 --- a/gtk-3.0/.config/gtk-3.0/bookmarks +++ b/gtk-3.0/.config/gtk-3.0/bookmarks @@ -1,6 +1,6 @@ -file:///run/media/repo/500GB/.aur .aur +file:///mnt/500GB/.aur .aur file:///home/repo/.cache .cache file:///home/repo/.config .config file:///home/repo/.local .local -file:///run/media/repo/500GB/.gitlabs .gitlabs -file:///run/media/repo/500GB/IOS IOS +file:///mnt/500GB/.gitlabs .gitlabs +file:///mnt/500GB/IOS IOS diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 8adfe2f6f..f92ffd0d4 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -659,9 +659,9 @@ for_window [class="(?i)steam_app_271590"] fullscreen enable # {{{ Audio Settings -bindsym XF86AudioRaiseVolume $exe "amixer -D pulse sset Master '5%+'" -bindsym XF86AudioLowerVolume $exe "amixer -D pulse sset Master '5%-'" -bindsym XF86AudioMute $exe "amixer -D pulse set Master toggle" +bindsym XF86AudioRaiseVolume $exe "amixer sset Master '5%+'" +bindsym XF86AudioLowerVolume $exe "amixer sset Master '5%-'" +bindsym XF86AudioMute $exe "amixer set Master toggle" #https://github.com/acrisci/playerctl/ bindsym XF86AudioPlay $exe playerctl play-pause bindsym XF86AudioNext $exe playerctl next @@ -676,8 +676,8 @@ bindsym XF86AudioStop $exe playerctl stop # {{{ xbacklight -bindsym XF86MonBrightnessUp $exe xbacklight -inc 10 # increase screen brightness -bindsym XF86MonBrightnessDown $exe xbacklight -dec 10 # decrease screen brightness +bindsym XF86MonBrightnessUp $exe brightnessctl set 5%+ # increase screen brightness +bindsym XF86MonBrightnessDown $exe brightnessctl set 5%- # decrease screen brightness # }}} xbacklight @@ -726,11 +726,11 @@ $super_b+y \ $super_b+u \ border none -new_window pixel 10 +new_window pixel 5 #new_window normal #new_window none -new_float pixel 10 +new_float pixel 5 #new_float normal #new_float none diff --git a/lemonbar/.local/bin/lemonbar/lemonbar_updates b/lemonbar/.local/bin/lemonbar/lemonbar_updates index 3454dcb27..57fb50dfb 100755 --- a/lemonbar/.local/bin/lemonbar/lemonbar_updates +++ b/lemonbar/.local/bin/lemonbar/lemonbar_updates @@ -1,26 +1,26 @@ #!/usr/bin/env bash updates() { - configFile=$HOME/.config/repowm/repobar/bar_updates.ini + configFile=$HOME/.config/repowm/flexiflow_bar/bar_updates.ini - timestamp=$(date +%s) - icon=" " - [[ -f $configFile ]] && . $configFile - if [ -z "$LastUsed" ] || [ -z "$Message" ]; then - updates=$(checkupdates | wc -l) - printf "%s%s\n" "%{F#1E222A}%{B#EBD369}$icon %{F-}%{B-}" "%{F#282A36}%{B#C4C7C5}$updates Updates %{F-}%{B-}" - newtime=`expr $timestamp + 900` - echo -e "LastUsed=${newtime}\nMessage='${updates}'" > $configFile + timestamp=$(date +%s) + icon=" " + [[ -f $configFile ]] && . $configFile + if [ -z "$LastUsed" ] || [ -z "$Message" ]; then + updates=$(checkupdates | wc -l) + printf "%s%s\n" "%{F#1E222A}%{B#EBD369}$icon %{F-}%{B-}" "%{F#282A36}%{B#C4C7C5}$updates Updates %{F-}%{B-}" + newtime=$(expr $timestamp + 900) + echo -e "LastUsed=${newtime}\nMessage='${updates}'" >$configFile + else + if [ "$timestamp" -ge "$LastUsed" ]; then + updates=$(checkupdates | wc -l) + printf "%s%s\n" "%{F#1E222A}%{B#EBD369}$icon %{F-}%{B-}" "%{F#282A36}%{B#C4C7C5}$updates Updates %{F-}%{B-}" + newtime=$(expr $timestamp + 900) + echo -e "LastUsed=${newtime}\nMessage='${updates}'" >$configFile else - if [ "$timestamp" -ge "$LastUsed" ]; then - updates=$(checkupdates | wc -l) - printf "%s%s\n" "%{F#1E222A}%{B#EBD369}$icon %{F-}%{B-}" "%{F#282A36}%{B#C4C7C5}$updates Updates %{F-}%{B-}" - newtime=`expr $timestamp + 900` - echo -e "LastUsed=${newtime}\nMessage='${updates}'" > $configFile - else - updates=" $Message" - printf "%s%s\n" "%{F#1E222A}%{B#EBD369}$icon %{F-}%{B-}" "%{F#282A36}%{B#C4C7C5}$updates Updates %{F-}%{B-}" - fi + updates=" $Message" + printf "%s%s\n" "%{F#1E222A}%{B#EBD369}$icon %{F-}%{B-}" "%{F#282A36}%{B#C4C7C5}$updates Updates %{F-}%{B-}" fi + fi } updates diff --git a/lemonbar/.local/bin/lemonbar/lemonbar_weather b/lemonbar/.local/bin/lemonbar/lemonbar_weather index 30fd3697c..11654a05d 100755 --- a/lemonbar/.local/bin/lemonbar/lemonbar_weather +++ b/lemonbar/.local/bin/lemonbar/lemonbar_weather @@ -1,33 +1,32 @@ #!/usr/bin/env bash weather() { - configFile=$HOME/.config/repowm/repobar/bar_weather.ini + configFile=$HOME/.config/repowm/flexiflow_bar/bar_weather.ini - timestamp=$(date +%s) - icon="" - [[ -f $configFile ]] && . $configFile - if [ -z "$LastUsed" ] || [ -z "$Message" ]; then + timestamp=$(date +%s) + icon="" + [[ -f $configFile ]] && . $configFile + if [ -z "$LastUsed" ] || [ -z "$Message" ]; then + weather=$(ansiweather | awk '{print $4 $5}') + printf " %s %s \n" "$icon" "$weather" + newtime=$(expr $timestamp + 900) + echo -e "LastUsed=${newtime}\nMessage='${weather}'" >$configFile + else + if [ "$Message" == "weatherdata" ]; then + weather=$(ansiweather | awk '{print $4 $5}') + printf " %s %s \n" "$icon" "$weather" + newtime=$(expr $timestamp + 900) + echo -e "LastUsed=${newtime}\nMessage='${weather}'" >$configFile + else + if [ "$timestamp" -ge "$LastUsed" ]; then weather=$(ansiweather | awk '{print $4 $5}') printf " %s %s \n" "$icon" "$weather" - newtime=`expr $timestamp + 900` - echo -e "LastUsed=${newtime}\nMessage='${weather}'" > $configFile - else - if [ "$Message" == "weatherdata" ]; then - weather=$(ansiweather | awk '{print $4 $5}') - printf " %s %s \n" "$icon" "$weather" - newtime=`expr $timestamp + 900` - echo -e "LastUsed=${newtime}\nMessage='${weather}'" > $configFile - else - if [ "$timestamp" -ge "$LastUsed" ]; then - weather=$(ansiweather | awk '{print $4 $5}') - printf " %s %s \n" "$icon" "$weather" - newtime=`expr $timestamp + 900` - echo -e "LastUsed=${newtime}\nMessage='${weather}'" > $configFile - else - printf " %s %s \n" "$icon" "$Message" - fi - fi + newtime=$(expr $timestamp + 900) + echo -e "LastUsed=${newtime}\nMessage='${weather}'" >$configFile + else + printf " %s %s \n" "$icon" "$Message" + fi fi + fi } weather - diff --git a/localbin/.local/bin/autostart b/localbin/.local/bin/autostart index 39f61a488..debee704b 100755 --- a/localbin/.local/bin/autostart +++ b/localbin/.local/bin/autostart @@ -12,7 +12,7 @@ #Created: # Mon 22 November 2021, 03:15:54 PM [GMT+1] #Modified: -# Sun 13 August 2023, 08:40:20 PM [GMT+1] +# Mon 14 August 2023, 05:30:34 PM [GMT+1] # #Description: # @@ -160,17 +160,17 @@ else echo "touchpad-indicator could not be found" fi -if command -v cbatticon &>/dev/null; then - if ! pgrep -x "cbatticon" >/dev/null; then +if command -v battray &>/dev/null; then + if ! pgrep -x "battray" >/dev/null; then ( sleep 2s - cbatticon + battray ) & else - echo "cbatticon already Running" + echo "battray already Running" fi else - echo "cbatticon could not be found" + echo "battray could not be found" fi if command -v pasystray &>/dev/null; then @@ -186,17 +186,17 @@ else echo "pasystray could not be found" fi -if command -v gufwicon &>/dev/null; then - if ! pgrep -x "gufwicon" >/dev/null; then +if command -v firewall-applet &>/dev/null; then + if ! pgrep -x "firewall-applet" >/dev/null; then ( sleep 5s - gufwicon + firewall-applet ) & else - echo "gufwicon already Running" + echo "firewall-applet already Running" fi else - echo "gufwicon could not be found" + echo "firewall-applet could not be found" fi if command -v numlockx &>/dev/null; then diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 9760aa166..c9df77de2 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -165,6 +165,7 @@ rounded-corners-exclude = [ "class_g = 'repowm'", "class_g = 'repowmsystray'", "class_g = 'scratchpad_terminal'", + "class_g = 'Software Management - dnfdragora'", "QTILE_INTERNAL:32c = 1" ]; diff --git a/qtile/.config/qtile/config.py b/qtile/.config/qtile/config.py index b3b15aa06..41071b9f6 100644 --- a/qtile/.config/qtile/config.py +++ b/qtile/.config/qtile/config.py @@ -84,7 +84,7 @@ class Commands(object): passmenu = "passmenu" autostart = ["autostart"] - configure = ["youtube_subs -d"] + configure = ["youtube_subs -d", "autorandr --load qtile"] ################## @@ -121,16 +121,16 @@ keys = [ Key([MOD, SHIFT], "Return", lazy.spawn(Commands.files), desc="Launch files"), Key([MOD], "b", lazy.spawn(Commands.btop), desc="Launch btop"), # Audio Settings - Key([], "XF86AudioMute", lazy.spawn("amixer -D pulse set Master toggle")), + Key([], "XF86AudioMute", lazy.spawn("amixer set Master toggle")), Key( [], "XF86AudioLowerVolume", - lazy.spawn("amixer -D pulse sset Master '5%-' unmute"), + lazy.spawn("amixer set Master '5%-' unmute"), ), Key( [], "XF86AudioRaiseVolume", - lazy.spawn("amixer -D pulse sset Master '5%+' unmute"), + lazy.spawn("amixer set Master '5%+' unmute"), ), # https://github.com/acrisci/playerctl/ Key([], "XF86AudioPlay", lazy.spawn("playerctl play-pause")), @@ -138,8 +138,8 @@ keys = [ Key([], "XF86AudioPrev", lazy.spawn("playerctl previous")), Key([], "XF86AudioStop", lazy.spawn("playerctl stop")), # xBacklight - Key([], "XF86MonBrightnessUp", lazy.spawn("xbacklight +10")), - Key([], "XF86MonBrightnessDown", lazy.spawn("xbacklight -10")), + Key([], "XF86MonBrightnessUp", lazy.spawn("brightnessctl set 5%+")), + Key([], "XF86MonBrightnessDown", lazy.spawn("brightnessctl set 5%-")), ] keys.extend( diff --git a/qtile/.config/qtile/groups.py b/qtile/.config/qtile/groups.py index adfd51dc4..b54b154c9 100644 --- a/qtile/.config/qtile/groups.py +++ b/qtile/.config/qtile/groups.py @@ -6,104 +6,123 @@ class Groups(object): groups = [ # first group that hold the terminals Group( - label='一', + label="一", init=True, persist=True, exclusive=False, - matches=[Match(wm_class=re.compile('^Alacritty.*|^Kitty.*', re.IGNORECASE))], - layout='monadthreecol', + matches=[ + Match(wm_class=re.compile("^Alacritty.*|^Kitty.*", re.IGNORECASE)) + ], + layout="monadthreecol", position=1, screen_affinity=1, - name='1', + name="1", ), Group( - label='二', + label="二", init=True, persist=True, exclusive=False, - matches=[Match(wm_class=re.compile('^Code.*|^Jetbrains.*', re.IGNORECASE))], + matches=[Match(wm_class=re.compile("^Code.*|^Jetbrains.*", re.IGNORECASE))], position=2, screen_affinity=1, - name='2', + name="2", ), Group( - label='三', + label="三", init=True, persist=True, exclusive=False, - matches=[Match(wm_class=re.compile('^Nemo.*', re.IGNORECASE))], + matches=[Match(wm_class=re.compile("^Nemo.*", re.IGNORECASE))], position=3, screen_affinity=1, - name='3', + name="3", ), Group( - label='四', + label="四", init=True, persist=True, exclusive=False, - matches=[Match(wm_class=re.compile('^Aseprite.*|^Krita.*', re.IGNORECASE))], + matches=[Match(wm_class=re.compile("^Aseprite.*|^Krita.*", re.IGNORECASE))], position=4, screen_affinity=1, - name='4', + name="4", ), Group( - label='五', + label="五", init=True, persist=True, exclusive=False, - matches=[Match(wm_class=re.compile('^CmusImage.*', re.IGNORECASE))], + matches=[Match(wm_class=re.compile("^CmusImage.*", re.IGNORECASE))], position=5, screen_affinity=1, - name='5', + name="5", ), Group( - label='六', + label="六", init=True, persist=True, exclusive=False, - matches=[Match(wm_class=re.compile('^Firefox.*|^Brave.*', re.IGNORECASE), role=['browser'])], + matches=[ + Match( + wm_class=re.compile("^Firefox.*|^Brave.*", re.IGNORECASE), + role=["browser"], + ) + ], position=6, screen_affinity=2, - name='6', + name="6", ), Group( - label='七', + label="七", init=True, persist=True, exclusive=False, - matches=[Match(wm_class=re.compile('^Mail.*|^Thunderbird.*', re.IGNORECASE))], + matches=[ + Match(wm_class=re.compile("^Mail.*|^Thunderbird.*", re.IGNORECASE)) + ], position=7, screen_affinity=2, - name='7', + name="7", ), Group( - label='八', + label="八", init=True, persist=True, exclusive=False, - matches=[Match(wm_class=re.compile('^Steam.*|^Minecraft.*|^0ad.*', re.IGNORECASE))], + matches=[ + Match( + wm_class=re.compile("^Steam.*|^Minecraft.*|^0ad.*", re.IGNORECASE) + ) + ], position=8, screen_affinity=2, - name='8', + name="8", ), Group( - label='九', + label="九", init=True, persist=True, exclusive=False, - matches=[Match(wm_class=re.compile('^Discord.*', re.IGNORECASE))], + matches=[Match(wm_class=re.compile("^Discord.*", re.IGNORECASE))], position=9, screen_affinity=2, - name='9', + name="9", ), Group( - label='零', + label="零", init=True, persist=True, exclusive=False, - matches=[Match(wm_class=re.compile('^PkgBrowser.*|^Virt.*|^Btop.*', re.IGNORECASE))], + matches=[ + Match( + wm_class=re.compile( + "^Software Management.*|^Virt.*|^Btop.*", re.IGNORECASE + ) + ) + ], position=10, screen_affinity=2, - name='0', + name="0", ), ] diff --git a/qtile/.config/qtile/widgets.py b/qtile/.config/qtile/widgets.py index 9dc42e227..9fd73f81d 100644 --- a/qtile/.config/qtile/widgets.py +++ b/qtile/.config/qtile/widgets.py @@ -7,7 +7,6 @@ from colors import colorScheme, foregroundColor, backgroundColor class Widgets(object): - sep = widget.Sep( linewidth=1, padding=10, @@ -18,17 +17,20 @@ class Widgets(object): space = widget.Spacer() launcher = widget.Image( - fmt='{}', - filename=expanduser('~/.config/qtile/art/Archlinux-icon.svg'), + fmt="{}", + filename=expanduser("~/.config/qtile/art/Archlinux-icon.svg"), margin=3, - mouse_callbacks={'Button1': lazy.spawn('menu')}, + mouse_callbacks={ + "Button1": lazy.spawn("menu"), + "Button3": lazy.spawn("rofi -show drun"), + }, ) power1 = widget.LaunchBar( text_only=True, foreground=colorScheme[1], progs=[ - ('⏻ ', 'rofi -show powermenu -config ~/.config/rofi/powermenu.rasi'), + ("⏻ ", "rofi -show powermenu -config ~/.config/rofi/powermenu.rasi"), ], ) @@ -36,7 +38,7 @@ class Widgets(object): text_only=True, foreground=colorScheme[1], progs=[ - ('⏻ ', 'rofi -show powermenu -config ~/.config/rofi/powermenu.rasi'), + ("⏻ ", "rofi -show powermenu -config ~/.config/rofi/powermenu.rasi"), ], ) @@ -105,65 +107,65 @@ class Widgets(object): ) volume = widget.Volume( - fmt='Vol: {}', + fmt="Vol: {}", foreground=colorScheme[2], padding=10, ) battery = widget.Battery( - fmt='Bat: {}', + fmt="Bat: {}", foreground=colorScheme[3], padding=10, - format='{char} {percent:2.0%} {hour:d}:{min:02d} {watt:.2f} W', + format="{char} {percent:2.0%} {hour:d}:{min:02d} {watt:.2f} W", ) backlight = widget.Backlight( - fmt='Backlight: {}', + fmt="Backlight: {}", foreground=colorScheme[4], padding=10, backlight_name="intel_backlight", ) net = widget.Net( - fmt='{}', + fmt="{}", foreground=colorScheme[5], padding=10, interface="wlp0s20f3", ) date = widget.Clock( - fmt=' {}', + fmt=" {}", foreground=colorScheme[6], - format='%d %B %Y', + format="%d %B %Y", padding=10, ) time = widget.Clock( - fmt=' {}', + fmt=" {}", foreground=colorScheme[6], - format='%I:%M %p', + format="%I:%M %p", padding=10, ) tray = widget.Systray( - fmt='{}', + fmt="{}", padding=5, ) currentLayout1 = widget.CurrentLayoutIcon( - fmt='{}', + fmt="{}", scale=0.7, padding=5, ) currentLayout2 = widget.CurrentLayoutIcon( - fmt='{}', + fmt="{}", scale=0.7, padding=5, ) chords = widget.Chord( - fmt='{}', + fmt="{}", chords_colors={ "Resize Windows": (colorScheme[0], colorScheme[1]), "Launch Game": (colorScheme[0], colorScheme[2]), @@ -173,30 +175,34 @@ class Widgets(object): ) weather = widget.OpenWeather( - fmt='{}', + fmt="{}", foreground=colorScheme[9], - location='Darlington,UK', - format='{location_city}: {main_temp}°{units_temperature} ', + location="Darlington,UK", + format="{location_city}: {main_temp}°{units_temperature} ", ) updates = widget.CheckUpdates( - fmt='{}', + fmt="{}", colour_have_updates=colorScheme[2], colour_no_updates=colorScheme[1], padding=10, - distro='Arch_checkupdates', - no_update_string='Fully Updated!', + distro="Fedora", + no_update_string="Fully Updated!", mouse_callbacks={ - 'Button1': lazy.spawn('pkgbrowser'), + "Button1": lazy.spawn("dnfdragora"), }, ) picom = widget.GenPollText( - fmt='{}', + fmt="{}", foreground=colorScheme[11], - func=lambda: subprocess.check_output(expanduser("~/.config/qtile/scripts/picom.sh")).decode("utf-8"), + func=lambda: subprocess.check_output( + expanduser("~/.config/qtile/scripts/picom.sh") + ).decode("utf-8"), mouse_callbacks={ - 'Button1': lambda: subprocess.run(expanduser("~/.config/qtile/scripts/picom-toggle.sh")), + "Button1": lambda: subprocess.run( + expanduser("~/.config/qtile/scripts/picom-toggle.sh") + ), }, update_interval=1, padding=10, @@ -206,55 +212,67 @@ class Widgets(object): foreground=colorScheme[12], widgets=[ widget.GenPollText( - fmt='{}', + fmt="{}", foreground=colorScheme[13], - func=lambda: subprocess.check_output(expanduser("~/.config/qtile/scripts/github/notifications")).decode("utf-8"), + func=lambda: subprocess.check_output( + expanduser("~/.config/qtile/scripts/github/notifications") + ).decode("utf-8"), update_interval=10, padding=10, ), widget.GenPollText( - fmt='{}', + fmt="{}", foreground=colorScheme[13], - func=lambda: subprocess.check_output(expanduser("~/.config/qtile/scripts/github/gists")).decode("utf-8"), + func=lambda: subprocess.check_output( + expanduser("~/.config/qtile/scripts/github/gists") + ).decode("utf-8"), update_interval=10, padding=10, ), widget.GenPollText( - fmt='{}', + fmt="{}", foreground=colorScheme[13], - func=lambda: subprocess.check_output(expanduser("~/.config/qtile/scripts/github/repositories")).decode("utf-8"), + func=lambda: subprocess.check_output( + expanduser("~/.config/qtile/scripts/github/repositories") + ).decode("utf-8"), update_interval=10, padding=10, ), ], - text_closed='[Github <]', - text_open='[Github >]', + text_closed="[Github <]", + text_open="[Github >]", ) github2 = widget.WidgetBox( widgets=[ widget.GenPollText( - fmt='{}', + fmt="{}", foreground=colorScheme[13], - func=lambda: subprocess.check_output(expanduser("~/.config/qtile/scripts/github/notifications")).decode("utf-8"), + func=lambda: subprocess.check_output( + expanduser("~/.config/qtile/scripts/github/notifications") + ).decode("utf-8"), update_interval=10, padding=10, ), widget.GenPollText( - fmt='{}', + fmt="{}", foreground=colorScheme[13], - func=lambda: subprocess.check_output(expanduser("~/.config/qtile/scripts/github/gists")).decode("utf-8"), + func=lambda: subprocess.check_output( + expanduser("~/.config/qtile/scripts/github/gists") + ).decode("utf-8"), update_interval=10, padding=10, ), widget.GenPollText( - fmt='{}', + fmt="{}", foreground=colorScheme[13], - func=lambda: subprocess.check_output(expanduser("~/.config/qtile/scripts/github/repositories")).decode("utf-8"), + func=lambda: subprocess.check_output( + expanduser("~/.config/qtile/scripts/github/repositories") + ).decode("utf-8"), update_interval=10, padding=10, ), ], - text_closed='[Github <]', - text_open='[Github >]', - ) \ No newline at end of file + text_closed="[Github <]", + text_open="[Github >]", + ) diff --git a/repobar/.local/bin/repobar/bar_weather b/repobar/.local/bin/repobar/bar_weather deleted file mode 100755 index 30fd3697c..000000000 --- a/repobar/.local/bin/repobar/bar_weather +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env bash -weather() { - configFile=$HOME/.config/repowm/repobar/bar_weather.ini - - timestamp=$(date +%s) - icon="" - [[ -f $configFile ]] && . $configFile - if [ -z "$LastUsed" ] || [ -z "$Message" ]; then - weather=$(ansiweather | awk '{print $4 $5}') - printf " %s %s \n" "$icon" "$weather" - newtime=`expr $timestamp + 900` - echo -e "LastUsed=${newtime}\nMessage='${weather}'" > $configFile - else - if [ "$Message" == "weatherdata" ]; then - weather=$(ansiweather | awk '{print $4 $5}') - printf " %s %s \n" "$icon" "$weather" - newtime=`expr $timestamp + 900` - echo -e "LastUsed=${newtime}\nMessage='${weather}'" > $configFile - else - if [ "$timestamp" -ge "$LastUsed" ]; then - weather=$(ansiweather | awk '{print $4 $5}') - printf " %s %s \n" "$icon" "$weather" - newtime=`expr $timestamp + 900` - echo -e "LastUsed=${newtime}\nMessage='${weather}'" > $configFile - else - printf " %s %s \n" "$icon" "$Message" - fi - fi - fi -} - -weather - diff --git a/repowm/.config/repowm/preferences.json b/repowm/.config/repowm/preferences.json deleted file mode 100644 index 433aad578..000000000 --- a/repowm/.config/repowm/preferences.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "clipmenucmd": "clipmenu -i -w 500 -h 50 -c", - "settingscmd": "repomenue_settings", - "passmenucmd": "repomenue_pass -c -ps 0 -l 20 -w -600 -i -h -1", - "powermenucmd": "repomenue_powermenu", - "repomenucmd": "repomenu_run", - "smartmenucmd": "repomenue_smartrun", - "startmenucmd": "repomenu_desktop", - "systemmonitorcmd": "repoopen btop" -} diff --git a/systemd/.config/systemd/user/default.target.wants/gnome-keyring-daemon.service b/systemd/.config/systemd/user/default.target.wants/gnome-keyring-daemon.service new file mode 120000 index 000000000..ddef465ee --- /dev/null +++ b/systemd/.config/systemd/user/default.target.wants/gnome-keyring-daemon.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/gnome-keyring-daemon.service \ No newline at end of file diff --git a/systemd/.config/systemd/user/sockets.target.wants/gnome-keyring-daemon.socket b/systemd/.config/systemd/user/sockets.target.wants/gnome-keyring-daemon.socket new file mode 120000 index 000000000..775243dcf --- /dev/null +++ b/systemd/.config/systemd/user/sockets.target.wants/gnome-keyring-daemon.socket @@ -0,0 +1 @@ +/usr/lib/systemd/user/gnome-keyring-daemon.socket \ No newline at end of file diff --git a/xinitrc/.xinitrc b/xinitrc/.xinitrc index 3161995dc..ce70a8a8e 100644 --- a/xinitrc/.xinitrc +++ b/xinitrc/.xinitrc @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap diff --git a/xprofile/.profile b/xprofile/.profile deleted file mode 100644 index 91da85bce..000000000 --- a/xprofile/.profile +++ /dev/null @@ -1,25 +0,0 @@ -# Sample .profile for SUSE Linux -# rewritten by Christian Steinruecken -# -# This file is read each time a login shell is started. -# All other interactive shells will only read .bashrc; this is particularly -# important for language settings, see below. - -test -z "$PROFILEREAD" && . /etc/profile || true - -# Some applications read the EDITOR variable to determine your favourite text -# editor. So uncomment the line below and enter the editor of your choice :-) -#export EDITOR=/usr/bin/vim -#export EDITOR=/usr/bin/mcedit - -# For some news readers it makes sense to specify the NEWSSERVER variable here -#export NEWSSERVER=your.news.server - -# Some people don't like fortune. If you uncomment the following lines, -# you will have a fortune each time you log in ;-) - -#if [ -x /usr/bin/fortune ] ; then -# echo -# /usr/bin/fortune -# echo -#fi