diff --git a/dot_config/macchina/macchina.toml b/dot_config/macchina/macchina.toml deleted file mode 100644 index a90a090..0000000 --- a/dot_config/macchina/macchina.toml +++ /dev/null @@ -1,17 +0,0 @@ - -theme = "hydro" - -show = [ - "OperatingSystem", - "Kernel", - "Distribution", - "DesktopEnvironment", - "WindowManager", - # "Shell", - "Uptime", - # "Processor", - "ProcessorLoad", - "Memory", - # "GPU", - # "DiskSpace" -] diff --git a/dot_config/macchina/themes/hydro.toml b/dot_config/macchina/themes/hydro.toml deleted file mode 100644 index a69c0d9..0000000 --- a/dot_config/macchina/themes/hydro.toml +++ /dev/null @@ -1,55 +0,0 @@ - -# Hydrogen - -spacing = 2 -padding = 0 -hide_ascii = false -prefer_small_ascii = true -separator = ">" -key_color = "Cyan" -separator_color = "White" - -[palette] -type = "Full" -visible = false - -[bar] -glyph = "ߋ" -symbol_open = '[' -symbol_close = ']' -hide_delimiters = true -visible = true - -[box] -border = "plain" -visible = true - -[box.inner_margin] -x = 1 -y = 0 - -[randomize] -key_color = true -separator_color = false - -[keys] -host = "Host" -kernel = "Kernel" -battery = "Battery" -os = "OS" -de = "DE" -wm = "WM" -distro = "Distro" -terminal = "Terminal" -shell = "Shell" -packages = "Packages" -uptime = "Uptime" -memory = "Memory" -machine = "Machine" -local_ip = "Local IP" -backlight = "Brightness" -resolution = "Resolution" -cpu_load = "CPU Load" -cpu = "CPU" -gpu = "GPU" -disk_space = "Disk Space" diff --git a/dot_config/macchina/themes/small_arch b/dot_config/macchina/themes/small_arch deleted file mode 100644 index 3470b1c..0000000 --- a/dot_config/macchina/themes/small_arch +++ /dev/null @@ -1,9 +0,0 @@ -${c1} - . - //\\ - // \\ - //\\ \\ - // \\ - // ,, \\ - // | | -\\ - //_-'' ''-_\\ diff --git a/dot_config/river/executable_init b/dot_config/river/executable_init index 9f234f4..7187219 100644 --- a/dot_config/river/executable_init +++ b/dot_config/river/executable_init @@ -186,9 +186,9 @@ riverctl border-width 2 riverctl default-layout rivertile rivertile -view-padding 6 -outer-padding 10 & -# filtile smart-padding 0, \ -# view-padding 6, \ -# outer-padding 10, & +rivertile smart-padding 0, \ + view-padding 6, \ + outer-padding 10, & @@ -244,7 +244,7 @@ declare -a rule_sets rule_sets[1]="footclient kitty foot" rule_sets[2]="LibreWolf firefox" rule_sets[3]="org.gnome.Nautilus fm-term org.qbittorrent.qBittorrent syncplay" -rule_sets[4]="com.usebottles.bottles cs2 org.prismlauncher.PrismLauncher moe.launcher.an-anime-game-launcher moe.launcher.the-honkers-railway-launcher genshinimpact.exe starrail.exe steam steam_app_*" +rule_sets[4]="com.usebottles.bottles cs2 org.prismlauncher.PrismLauncher moe.launcher.an-anime-game-launcher moe.launcher.the-honkers-railway-launcher genshinimpact.exe starrail.exe steam" rule_sets[5]="org.remmina.Remmina Code VSCodium" rule_sets[6]="io.github.celluloid_player.Celluloid mpv Spotify" rule_sets[7]="discord vesktop teams-for-linux 'Microsoft Teams - Preview'" @@ -300,8 +300,8 @@ wl-paste --type image --watch cliphist store & #Stores only image data # polkit ## /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & -/usr/lib/polkit-kde-authentication-agent-1 & +/usr/lib/polkit-kde-authentication-agent-1 ## lock -swayidle before-sleep 'loginctl lock-session' lock '/home/eric/.config/hypr/bsplock' & +swayidle before-sleep 'loginctl lock-session' lock '/home/eric/.config/hypr/bsplock' diff --git a/dot_config/starship.toml b/dot_config/starship.toml deleted file mode 100644 index 245f4a2..0000000 --- a/dot_config/starship.toml +++ /dev/null @@ -1,64 +0,0 @@ -format = """ -[░▒▓](#a3aed2)\ -[ 󰣇 ](bg:#a3aed2 fg:#090c0c)\ -[](bg:#769ff0 fg:#a3aed2)\ -$directory\ -[](fg:#769ff0 bg:#394260)\ -$git_branch\ -$git_status\ -[](fg:#394260 bg:#212736)\ -$nodejs\ -$rust\ -$golang\ -$php\ -[](fg:#212736 bg:#1d2230)\ -$time\ -[ ](fg:#1d2230)\ -\n$character""" - -[directory] -style = "fg:#e3e5e5 bg:#769ff0" -format = "[ $path ]($style)" -truncation_length = 3 -truncation_symbol = "…/" - -[directory.substitutions] -"Documents" = "󰈙 " -"Downloads" = " " -"Music" = " " -"Pictures" = " " - -[git_branch] -symbol = "" -style = "bg:#394260" -format = '[[ $symbol $branch ](fg:#769ff0 bg:#394260)]($style)' - -[git_status] -style = "bg:#394260" -format = '[[($all_status$ahead_behind )](fg:#769ff0 bg:#394260)]($style)' - -[nodejs] -symbol = "" -style = "bg:#212736" -format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' - -[rust] -symbol = "" -style = "bg:#212736" -format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' - -[golang] -symbol = "" -style = "bg:#212736" -format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' - -[php] -symbol = "" -style = "bg:#212736" -format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' - -[time] -disabled = false -time_format = "%R" # Hour:Minute Format -style = "bg:#1d2230" -format = '[[  $time ](fg:#a0a9cb bg:#1d2230)]($style)'