From cfedfe11ae108a5f27d4b0854ff6d0ce332de1e5 Mon Sep 17 00:00:00 2001 From: Asocia Date: Tue, 25 Jan 2022 17:35:03 +0300 Subject: [PATCH] Clean up configs for a new rice --- .config/dunst/dunstrc | 1 - .config/i3/config | 151 -- .config/picom/picom.conf | 59 - .config/polybar/config | 442 --- .config/polybar/launch.sh | 7 - .config/polybar/rofi/colors.rasi | 10 - .config/polybar/rofi/confirm.rasi | 20 - .config/polybar/rofi/networkmenu.rasi | 123 - .config/polybar/rofi/powermenu.rasi | 40 - .config/polybar/scripts/gpu.sh | 3 - .config/polybar/scripts/launcher.sh | 3 - .config/polybar/scripts/network.sh | 67 - .config/polybar/scripts/powermenu.sh | 94 - .config/polybar/scripts/uptime.sh | 3 - .config/polybar/scripts/weather.sh | 3 - .config/polybar/scripts/wttr.sh | 4 - .config/terminator/config | 46 - .config/wal/templates/dunstrc | 199 -- .git-completion.bash | 3548 ------------------------- .vimrc | 355 --- .which-key.vim | 165 -- 21 files changed, 5343 deletions(-) delete mode 120000 .config/dunst/dunstrc delete mode 100644 .config/i3/config delete mode 100644 .config/picom/picom.conf delete mode 100644 .config/polybar/config delete mode 100755 .config/polybar/launch.sh delete mode 100644 .config/polybar/rofi/colors.rasi delete mode 100644 .config/polybar/rofi/confirm.rasi delete mode 100644 .config/polybar/rofi/networkmenu.rasi delete mode 100644 .config/polybar/rofi/powermenu.rasi delete mode 100755 .config/polybar/scripts/gpu.sh delete mode 100755 .config/polybar/scripts/launcher.sh delete mode 100755 .config/polybar/scripts/network.sh delete mode 100755 .config/polybar/scripts/powermenu.sh delete mode 100755 .config/polybar/scripts/uptime.sh delete mode 100755 .config/polybar/scripts/weather.sh delete mode 100755 .config/polybar/scripts/wttr.sh delete mode 100644 .config/terminator/config delete mode 100644 .config/wal/templates/dunstrc delete mode 100644 .git-completion.bash delete mode 100644 .vimrc delete mode 100644 .which-key.vim diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc deleted file mode 120000 index 9859494..0000000 --- a/.config/dunst/dunstrc +++ /dev/null @@ -1 +0,0 @@ -/home/sahin/.cache/wal/dunstrc \ No newline at end of file diff --git a/.config/i3/config b/.config/i3/config deleted file mode 100644 index e70a3e9..0000000 --- a/.config/i3/config +++ /dev/null @@ -1,151 +0,0 @@ - - -set $mod Mod1 - -font pango:monospace 12 - - - - -exec --no-startup-id nm-applet - -exec_always --no-startup-id pkill picom; picom --no-use-damage --experimental-backends -exec_always --no-startup-id pkill dunst; dunst - - -exec_always --no-startup-id xrdb ~/.Xresources -exec_always --no-startup-id ~/.config/polybar/launch.sh - - -for_window [class="^.*"] border pixel 2 -set_from_resource $fg i3wm.color1 #f0f0f0 -set_from_resource $bg i3wm.color3 #ccaa00 -set_from_resource $grayish i3wm.color15 #555555 -client.focused $grayish $grayish $fg $bg $bg - -gaps bottom 20 - -bindsym $mod+m exec ~/scripts/i3-layout-manager/layout_manager.sh -bindsym $mod+x exec ~/scripts/kill-process.sh - -bindsym $mod+Tab workspace back_and_forth - -set $refresh_i3status killall -SIGUSR1 i3status -bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status -bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status -bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status -bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status - -floating_modifier $mod - -bindsym $mod+Return exec st - - - -bindsym $mod+h focus left -bindsym $mod+j focus down -bindsym $mod+k focus up -bindsym $mod+l focus right - - -bindsym $mod+Shift+h move left -bindsym $mod+Shift+j move down -bindsym $mod+Shift+k move up -bindsym $mod+Shift+l move right - - - - -bindsym $mod+f fullscreen toggle - - bindsym $mod+minus layout stacking - bindsym $mod+t layout tabbed - bindsym $mod+w layout toggle split - -bindsym $mod+Shift+space floating toggle - - bindsym $mod+Control+space focus mode_toggle - - - -set $ws1 "1" -set $ws2 "2" -set $ws3 "3" -set $ws4 "4" -set $ws5 "5" -set $ws6 "6" -set $ws7 "7" -set $ws8 "8" -set $ws9 "9" -set $ws10 "10" - -assign [class="Discord"] $ws9 -assign [class="Firefox"] $ws2 -assign [class="zoom"] $ws4 -assign [class="streamlink-twitch-gui"] $ws3 - -bindsym $mod+e workspace prev -bindsym $mod+u workspace next - - -bindsym $mod+semicolon workspace number $ws1 -bindsym $mod+comma workspace number $ws2 -bindsym $mod+period workspace number $ws3 -bindsym $mod+p workspace number $ws4 -bindsym $mod+y workspace number $ws5 -bindsym $mod+6 workspace number $ws6 -bindsym $mod+g workspace number $ws7 -bindsym $mod+c workspace number $ws8 -bindsym $mod+r workspace number $ws9 -bindsym $mod+0 workspace number $ws10 - - -bindsym $mod+Shift+semicolon move container to workspace number $ws1 -bindsym $mod+Shift+comma move container to workspace number $ws2 -bindsym $mod+Shift+period move container to workspace number $ws3 -bindsym $mod+Shift+p move container to workspace number $ws4 -bindsym $mod+Shift+y move container to workspace number $ws5 -bindsym $mod+Shift+6 move container to workspace number $ws6 -bindsym $mod+Shift+g move container to workspace number $ws7 -bindsym $mod+Shift+c move container to workspace number $ws8 -bindsym $mod+Shift+r move container to workspace number $ws9 -bindsym $mod+Shift+0 move container to workspace number $ws10 - -bindsym $mod+Shift+grave move scratchpad - -bindsym $mod+grave scratchpad show - -for_window [title="(?i)Terminator Preferences"]                  floating enable -for_window [title="^Calculator$"] floating enable -for_window [title="^Telegram$"] floating enable - -for_window [urgent=latest] focus - -bindsym $mod+Control+r restart - -mode "resize" { - # These bindings trigger as soon as you enter the resize mode - - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym h resize shrink width 10 px or 10 ppt - bindsym j resize grow height 10 px or 10 ppt - bindsym k resize shrink height 10 px or 10 ppt - bindsym l resize grow width 10 px or 10 ppt - - # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize grow width 10 px or 10 ppt - - # back to normal: Enter or Escape or $mod+s - bindsym Return mode "default" - bindsym Escape mode "default" - bindsym $mod+s mode "default" -} - -bindsym $mod+s mode "resize" - diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf deleted file mode 100644 index a0e925c..0000000 --- a/.config/picom/picom.conf +++ /dev/null @@ -1,59 +0,0 @@ -backend = "glx"; -vsync = true; - -opacity-rule = [ ]; - - -corner-radius = 10.0; -rounded-corners-exclude = [ - # "widthb > 1365 && heightb > 736" # For smart gaps and a non-floating bar - # "class_g = 'Dunst'" -]; - - -# Add dual-kawase blur - - -blur: -{ -background = true; -background-frame = true; -background-fixed = true; -kern = "3x3box"; - method = "dual_kawase"; - strength = 6; -# blur-strength = 2; - -background-exclude = [ - "class_g = 'slop'", - "class_g = 'XAVA'", - "class_g = 'lattedock'", - "class_g = 'latte-dock'" -]; -} - - -wintypes: -{ - normal = {blur-background = true;}; - splash = {blur-background = false;}; -} - -shadow = true; -shadow-radius = 12; -shadow-opacity = 0.25; -shadow-offset-x = -9; -shadow-offset-y = -9; -shadow-exclude = [ - "class_g = 'XAVA'" -]; - - -fading = true; -fade-in-step = 0.056; -fade-out-step = 0.06; -fade-exclude = [ ]; - -# Do not fade on window open/close. -no-fading-openclose = true -transition-length = 350 diff --git a/.config/polybar/config b/.config/polybar/config deleted file mode 100644 index 921ea00..0000000 --- a/.config/polybar/config +++ /dev/null @@ -1,442 +0,0 @@ -;========================================================== -; -; -; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ -; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ -; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ -; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ -; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ -; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ -; -; -; To learn more about how to configure Polybar -; go to https://github.com/polybar/polybar -; -; The README contains a lot of information -; -;========================================================== -; -; 並 全 侀 冀 勇 勺 喝 啕 喙 嗢 塚 墳 奄 奔 婢 嬨 廒 廙 彩 徭 惘 慎 愈 憎 慠 懲 戴 揄 搜 摒 敖 晴 朗 望 杖 歹 殺 流 滛 滋 漢 瀞 煮 瞧 爵 犯 猪 瑱 甆 画 瘝 瘟 益 盛 直 睊 着 磌 窱 節 类 絛 練 缾 者 荒 華 蝹 襁 覆 視 調 諸 請 謁 諾 諭 謹 變 贈 輸 遲 醙 鉶 陼 難 靖 韛 響 頋 頻 鬒 龜 𢡊 𢡄 𣏕 㮝 䀘 䀹 𥉉 𥳐 𧻓 齃 龎 -[colors] -; background = #fa1e2137 -; foreground = #e3eaf3 -; primary = #02c084 -; secondary = #65a2d9 -; tertiary = #d07ef2 -; fourth = #e5c246 - alert = #ed404c - background = ${xrdb:color0:#222} - foreground = ${xrdb:color15:#e3eaf3} -; alert = ${xrdb:color1:#222} - primary = ${xrdb:color10:#222} - secondary = ${xrdb:color11:#222} - tertiary = ${xrdb:color12:#222} - fourth = ${xrdb:color13:#222} - fifth = ${xrdb:color14:#222} - -[colors-andromeda] - background = #282A3A - background-alt = #3a3e4e - foreground = #e1e3e4 - foreground-alt = #7e8294 - primary = #f0c362 - secondary = #bb97ee - alert = #fb617e - red = #fb617e - green = #9ed06c - yellow = #f0c362 - blue = #6dcae8 - magenta = #bb97ee - cyan = #f89860 - gray = #7e8294 - black = #181a1c - -[bar/main] - monitor = ${env:MONITOR:} - width = 100% - offset-x = 0 - offset-y = 1060 - - height = 20 - radius = 2 - - override-redirect = true - wm-restack = i3 - -; background = #dd1E222A - background = ${colors.background} - foreground = ${colors.foreground} - - padding-left = 1 - padding-right = 1 - module-margin-left = 1 - module-margin-right = 2 - - font-0 = Hack Nerd Font:pixelsize=11:antialias=true;2.5 - font-1 = Hack Nerd Font:style=Regular:pixelsize=17:antialias=true;3 - - modules-left = i3 cpu temperaturecpu memory xkeyboard - modules-right = bluetooth audio backlight wlan wired-network battery date powermenu - - cursor-click = pointer - cursor-scroll = ns-resize - - tray-position = right - tray-padding = 0 -;tray-background = #0063ff - -[bar/top] - monitor = ${env:MONITOR:} - width = 100% - offset-x = 0 - offset-y = 0 - - height = 20 - radius = 2 - - override-redirect = true - wm-restack = i3 - -; background = #dd1E222A - background = ${colors.background} - foreground = ${colors.foreground} - - padding-left = 1 - padding-right = 1 - module-margin-left = 1 - module-margin-right = 2 - - font-0 = Hack Nerd Font:pixelsize=11:antialias=true;2.5 - font-1 = Hack Nerd Font:style=Regular:pixelsize=17:antialias=true;3 - - modules-center = xwindow - - cursor-click = pointer - cursor-scroll = ns-resize - -;tray-background = #0063ff -[module/xkeyboard] - type = internal/xkeyboard - -; List of indicators to ignore - blacklist-0 = num lock - blacklist-1 = scroll lock - format-foreground = ${colors.fifth} - -[module/xwindow] - type = internal/xwindow - label = %title% - label-maxlen = 150 - - -[module/filesystem] - type = internal/fs - interval = 25111 - mount-0 = / - label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%% - label-unmounted = %mountpoint% not mounted - label-unmounted-foreground = ${colors.foreground} - -[module/bluetooth] -type = custom/script -exec = ~/Desktop/GitRepositories/rofi-bluetooth/rofi-bluetooth --status -interval = 1 -click-left = ~/Desktop/GitRepositories/rofi-bluetooth/rofi-bluetooth & - -[module/i3] - type = internal/i3 - pin-workspaces = false - strip-wsnumbers = true - index-sort = true - enable-click = true - enable-scroll = true - wrapping-scroll = false - reverse-scroll = false - fuzzy-match = true -; bigger icons -; ws-icon-0 = "0;%{T2}%{T-}" -; ws-icon-1 = "1;%{T2}%{T-}" -; ws-icon-2 = "2;%{T2}%{T-}" -; ws-icon-3 = "3;%{T2}%{T-}" -; ws-icon-4 = "4;%{T2}4%{T-}" -; ﲵ - ws-icon-default = "" - ws-icon-0 = "0;" - ws-icon-1 = "1;" - ws-icon-2 = "2;" - ws-icon-3 = "3;" - ws-icon-4 = "4;4" - ws-icon-5 = "5;" - ws-icon-6 = "6;" - ws-icon-7 = "7;7" - ws-icon-8 = "8;8" - ws-icon-9 = "9;ﭮ" - - format = - label-mode = %mode% - label-mode-padding = 2 - label-mode-background = #e60053 - - label-focused = %icon% - label-focused-foreground = ${colors.fourth} -; label-focused-background = #3a3e4e - label-focused-background = ${colors.background} - label-focused-padding = 1 - - label-unfocused = ${self.label-focused} -; label-unfocused-foreground = #0a7383 - label-unfocused-foreground = ${colors.fifth} -label-unfocused-padding = ${self.label-focused-padding} - - label-visible = ${self.label-focused} -; label-visible-foreground = #0a7383 - label-visible-foreground = ${colors.fifth} - label-visible-padding = ${self.label-focused-padding} - - label-urgent = ${self.label-focused} - label-urgent-foreground = ${colors.alert} - label-urgent-padding = ${self.label-focused-padding} - -[module/backlight] - type = internal/backlight - card = intel_backlight - format =