diff --git a/.config/i3/config b/.config/i3/config index f54cc1a..1ead606 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -51,11 +51,11 @@ bindsym $mod+Shift+c sticky toggle ######### COLORS ########## # BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER -client.focused #493629 #343942 #090704 #493629 #65543A -client.unfocused #65543A #493629 #bab3a5 #65543A #090704 -client.focused_inactive #090704 #827d73 #bab3a5 #65543A #090704 -client.urgent #564732 #564732 #090704 #564732 #564732 -client.background #827d73 +client.focused #385467 #B6B1B2 #0D1B20 #385467 #7A838B +client.unfocused #7A838B #385467 #d1e8f2 #7A838B #0D1B20 +client.focused_inactive #0D1B20 #92a2a9 #d1e8f2 #7A838B #0D1B20 +client.urgent #4A5A63 #4A5A63 #0D1B20 #4A5A63 #4A5A63 +client.background #92a2a9 ###---Starting External Scripts---### @@ -193,7 +193,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_run -fn 'Ubuntu Mono derivative Powerline-18' -h '35' -nb '#3D4045' -sf '#090704' -sb '#564732' -nf '#bab3a5' +bindsym $mod+d exec dmenu_run -fn 'Ubuntu Mono derivative Powerline-18' -h '35' -nb '#98D4EF' -sf '#0D1B20' -sb '#4A5A63' -nf '#d1e8f2' 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/mpv/mpv.conf b/.config/mpv/mpv.conf index 8250ac6..f297f7a 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -75,6 +75,9 @@ force-window=immediate #scale=ewa_lanczossharp #cscale=ewa_lanczossharp +vo=vdpau +vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau, + # Force video to lock on the display's refresh rate, and change video and audio # speed to some degree to ensure synchronous playback - can cause problems # with some drivers and desktop environments. diff --git a/.config/polybar/config b/.config/polybar/config index e3c7584..92fdc04 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -5,21 +5,21 @@ ; [colors] background = #00000000 -background-alt = #493629 -foreground = #65543A -foreground-alt = #665C48 -highlight = #bab3a5 -error = #564732 -red = #564732 -yellow = #343942 -green = #3D4045 -darkblue = #65543A +background-alt = #385467 +foreground = #7A838B +foreground-alt = #ADD5EF +highlight = #d1e8f2 +error = #4A5A63 +red = #4A5A63 +yellow = #B6B1B2 +green = #98D4EF +darkblue = #7A838B alert = #FF0000 -lightblue = #bab3a5 -orange = #665C48 -blue = #493629 -black = #090704 -grey = #827d73 +lightblue = #d1e8f2 +orange = #ADD5EF +blue = #385467 +black = #0D1B20 +grey = #92a2a9 [bar/top] monitor = ${env:MONITOR:eDP-1}