mpv tweaking
This commit is contained in:
parent
91971a84fd
commit
37e4617134
|
|
@ -51,11 +51,11 @@ bindsym $mod+Shift+c sticky toggle
|
||||||
|
|
||||||
######### COLORS ##########
|
######### COLORS ##########
|
||||||
# BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER
|
# BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER
|
||||||
client.focused #493629 #343942 #090704 #493629 #65543A
|
client.focused #385467 #B6B1B2 #0D1B20 #385467 #7A838B
|
||||||
client.unfocused #65543A #493629 #bab3a5 #65543A #090704
|
client.unfocused #7A838B #385467 #d1e8f2 #7A838B #0D1B20
|
||||||
client.focused_inactive #090704 #827d73 #bab3a5 #65543A #090704
|
client.focused_inactive #0D1B20 #92a2a9 #d1e8f2 #7A838B #0D1B20
|
||||||
client.urgent #564732 #564732 #090704 #564732 #564732
|
client.urgent #4A5A63 #4A5A63 #0D1B20 #4A5A63 #4A5A63
|
||||||
client.background #827d73
|
client.background #92a2a9
|
||||||
|
|
||||||
###---Starting External Scripts---###
|
###---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+Shift+s gaps inner current minus 5
|
||||||
|
|
||||||
#bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun
|
#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 Mod1+d exec ~/.config/Scripts/rofi-bangs.sh
|
||||||
|
|
||||||
bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0
|
bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0
|
||||||
|
|
|
||||||
|
|
@ -75,6 +75,9 @@ force-window=immediate
|
||||||
#scale=ewa_lanczossharp
|
#scale=ewa_lanczossharp
|
||||||
#cscale=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
|
# 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
|
# speed to some degree to ensure synchronous playback - can cause problems
|
||||||
# with some drivers and desktop environments.
|
# with some drivers and desktop environments.
|
||||||
|
|
|
||||||
|
|
@ -5,21 +5,21 @@
|
||||||
;
|
;
|
||||||
[colors]
|
[colors]
|
||||||
background = #00000000
|
background = #00000000
|
||||||
background-alt = #493629
|
background-alt = #385467
|
||||||
foreground = #65543A
|
foreground = #7A838B
|
||||||
foreground-alt = #665C48
|
foreground-alt = #ADD5EF
|
||||||
highlight = #bab3a5
|
highlight = #d1e8f2
|
||||||
error = #564732
|
error = #4A5A63
|
||||||
red = #564732
|
red = #4A5A63
|
||||||
yellow = #343942
|
yellow = #B6B1B2
|
||||||
green = #3D4045
|
green = #98D4EF
|
||||||
darkblue = #65543A
|
darkblue = #7A838B
|
||||||
alert = #FF0000
|
alert = #FF0000
|
||||||
lightblue = #bab3a5
|
lightblue = #d1e8f2
|
||||||
orange = #665C48
|
orange = #ADD5EF
|
||||||
blue = #493629
|
blue = #385467
|
||||||
black = #090704
|
black = #0D1B20
|
||||||
grey = #827d73
|
grey = #92a2a9
|
||||||
|
|
||||||
[bar/top]
|
[bar/top]
|
||||||
monitor = ${env:MONITOR:eDP-1}
|
monitor = ${env:MONITOR:eDP-1}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue