diff --git a/.Xresources b/.Xresources index a8f3416..29c7a07 100644 --- a/.Xresources +++ b/.Xresources @@ -1,4 +1,4 @@ -#include "/home/hate/.colors/nord" +!#include "/home/hate/.colors/nord" !! Set the background, foreground and cursor colors as below: !*.background: #282828 diff --git a/.config/i3/config b/.config/i3/config index dfa7f66..9fe830b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -8,30 +8,10 @@ hide_edge_borders both for_window [class="^.*"] border pixel 0 gaps inner 15 gaps outer 15 -#font pango:TamzenForPowerline 12 font pango:Ubuntu Mono derivative Powerline 10 set $mod Mod4 set $term kitty -# Set Xresources colors: -set_from_resource $darkblack color0 #000000 -set_from_resource $black color8 #000000 -set_from_resource $darkred color1 #000000 -set_from_resource $red color9 #000000 -set_from_resource $darkgreen color2 #000000 -set_from_resource $green color10 #000000 -set_from_resource $darkyellow color3 #000000 -set_from_resource $yellow color11 #000000 -set_from_resource $darkblue color4 #000000 -set_from_resource $blue color12 #000000 -set_from_resource $darkmagenta color5 #000000 -set_from_resource $magenta color13 #000000 -set_from_resource $darkcyan color6 #000000 -set_from_resource $cyan color14 #000000 -set_from_resource $darkwhite color7 #000000 -set_from_resource $white color15 #000000 -set $transparent #00000000 - # Use Mouse+$mod to drag floating windows floating_modifier $mod @@ -45,11 +25,11 @@ bindsym $mod+Shift+c sticky toggle ######### COLORS ########## # BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER -client.focused $red $red $magenta $darkmagenta $darkblue -client.unfocused $transparent $blue $white $darkblue $darkblack -client.focused_inactive $transparent $blue $white $darkblue $darkblack -client.urgent $darkred $darkred $black $darkred $darkred -client.background $black +client.focused #88C0D0 #EBCB8B #2E3440 #88C0D0 #5E81AC +client.unfocused #5E81AC #88C0D0 #E5E9F0 #5E81AC #2E3440 +client.focused_inactive #2E3440 #4C566A #E5E9F0 #5E81AC #2E3440 +client.urgent #BF616A #BF616A #2E3440 #BF616A #BF616A +client.background #4C566A ###---Starting External Scripts---### @@ -182,7 +162,7 @@ bindsym $mod+s gaps inner current plus 5 bindsym $mod+Shift+s gaps inner current minus 5 #bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun -bindsym $mod+d exec dmenu_extended_run +bindsym $mod+d exec dmenu_run -fn 'Ubuntu Mono derivative Powerline-10' -h '16' -nb '#5E81AC' -sf '#4C566A' -sb '#88C0D0' -nf '#2E3440' bindsym Mod1+d exec ~/.config/Scripts/rofi-bangs.sh bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0 diff --git a/.config/polybar/config b/.config/polybar/config index 1cf43d2..d93173e 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -4,22 +4,7 @@ ; | \_/|_| |_)/--\| \ ; [colors] -;Transparent background -background = #00000000 -;background = ${{xrdb:color12:#AD9161}} -;background = #8a8061 -background-alt = #88C0D0 -;foreground = ${{xrdb:color7}} -foreground = #5E81AC -foreground-alt = #D08770 -highlight = #E5E9F0 -;error = ${{xrdb:color9:#DD712E}} -error = #BF616A -red = #BF616A -yellow = #EBCB8B -green = #A3BE8C -blue = #5E81AC -alert = #FF0000 +include-file = ~/.config/polybar/colors [bar/top] monitor = ${env:MONITOR:eDP-1} @@ -304,7 +289,7 @@ type = internal/mpd format-online = format-online-prefix = " " format-online-prefix-foreground = ${colors.foreground-alt} -fomat-online-foreground = ${colors.blue} +fomat-online-foreground = ${colors.color3} format-online-background = ${colors.background-alt} format-online-padding = 1 icon-play =  @@ -539,7 +524,7 @@ label-close-foreground = ${colors.foreground} label-separator = | label-separator-foreground = ${colors.foreground-alt} menu-0-0 =  -menu-0-0-foreground = ${colors.blue} +menu-0-0-foreground = ${colors.color3} menu-0-0-exec = menu-open-1 menu-0-1 =  menu-0-1-foreground = ${colors.red} diff --git a/.config/rofi/config b/.config/rofi/config index 2e692f1..306fb7a 100644 --- a/.config/rofi/config +++ b/.config/rofi/config @@ -3,11 +3,10 @@ rofi.color-normal: #fbf8f1, #2A1A17, #fbf8f1, #ff923b, #2A1A17 rofi.color-urgent: #fbf8f1, #d6b48d, #22231D, #d6b48d, #2A1A17 rofi.color-active: #fbf8f1, #E1B959, #fbf8f1, #E1B959, #fbf8f1 rofi.color-window: #fbf8f1, #ff923b, #DD712E -#rofi.font: TamzenForPowerline 12 -rofi.font: Ubuntu Mono derivative Powerline 12 +rofi.font:Ubuntu Mono derivative Powerline 12 rofi.color-enabled: true rofi.fake-transparency: true -rofi.lines: 12 +rofi.lines: 20 rofi.bw: 0 rofi.opacity: "10" rofi.hide-scrollbar: true diff --git a/.config/wpg/templates/config_polybar_config b/.config/wpg/templates/config_polybar_config deleted file mode 120000 index 57c0176..0000000 --- a/.config/wpg/templates/config_polybar_config +++ /dev/null @@ -1 +0,0 @@ -/home/hate/.config/polybar/config \ No newline at end of file diff --git a/.config/wpg/templates/config_polybar_config.base b/.config/wpg/templates/config_polybar_config.base deleted file mode 100644 index 0c74b2e..0000000 --- a/.config/wpg/templates/config_polybar_config.base +++ /dev/null @@ -1,573 +0,0 @@ -; vim:ft=dosini -; _ _ _ _ -; |_)/ \|\_/|_) /\ |_) -; | \_/|_| |_)/--\| \ -; -[colors] -;Transparent background -background = #00000000 -;background = ${{{{xrdb:color12:#AD9161}}}} -;background = #8a8061 -background-alt = {color1} -;foreground = ${{{{xrdb:color7}}}} -foreground = {color3} -foreground-alt = {color6} -highlight = {color7} -;error = ${{{{xrdb:color9:#DD712E}}}} -error = {color2} -red = {color10} -yellow = {color12} -green = {color5} -blue = {color11} -alert = #FF0000 - -[bar/top] -monitor = ${{env:MONITOR:eDP-1}} -include-file = ~/.config/polybar/top-bar -modules-left = i3 xwindow -modules-center = term chrome editor fm music vpn -modules-right = workspace wlan pkg alsa battery backlight networkmanager popup-calendar - -;tray-position = right -;tray-padding = 2 -;tray-transparent = true -;tray-background = #0063ff - -[bar/bottom] -monitor = ${{env:MONITOR:eDP-1}} -include-file = ~/.config/polybar/bottom-bar -modules-left = hostname vpncheck -modules-center = cpu memory temperature filesystem -modules-right = openweather - -[module/pulseaudio-rofi-output] -type = custom/script -exec = ~/.config/Scripts/pulseaudio-rofi.sh --output_volume_listener -tail = true -click-right = ~/.config/Scripts/pulseaudio-rofi.sh --output -click-left = ~/.config/Scripts/pulseaudio-rofi.sh --mute -scroll-up = ~/.config/Scripts/pulseaudio-rofi.sh --volume_up -scroll-down = ~/.config/Scripts/pulseaudio-rofi.sh --volume_down - -[module/pulseaudio] -type = internal/pulseaudio -sink = bluez_sink.E8_07_BF_33_4D_F2.headset_head_unit -use-ui-max = true -interval = 5 -format-volume = -label-volume = %percentage%% -label-volume-foreground = ${{root.foreground}} -format-muted = -format-muted-foreground = ${{colors.alert}} -label-muted =  muted -ramp-volume-0 =  -ramp-volume-1 =  -ramp-volume-foreground = ${{colors.foreground}} -ramp-headphones-0 =  -ramp-headphones-1 =  - -[module/filesystem] -type = internal/fs -mount-0 = / -interval = 10 -fixed-values = true -spacing = 4 -format-mounted = -format-unmounted = -label-mounted =  %percentage_used%% -label-mounted-foreground = ${{colors.foreground}} -label-unmounted = %mountpoint%: not mounted -label-unmounted-foreground = ${{colors.foreground-alt}} - -[module/backlight] -type = custom/script -interval = 0.2 -exec = ~/.config/Scripts/backlight.sh -scroll-up = exec light -A 5 -scroll-down = exec light -U 5 -format-prefix = " " -format-prefix-foreground = ${{colors.foreground}} -label = %output% -label-foreground = ${{colors.foreground}} -;format-padding = 1 - -;[module/backlight] -;type = internal/xbacklight -;output = eDP-1 -;enable-scroll = true -;format =