omething...
This commit is contained in:
parent
bc15e23dab
commit
ce8a4809b1
|
|
@ -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 #385467 #B6B1B2 #0D1B20 #385467 #7A838B
|
client.focused #636E90 #9797B2 #020203 #636E90 #778AAD
|
||||||
client.unfocused #7A838B #385467 #d1e8f2 #7A838B #0D1B20
|
client.unfocused #778AAD #636E90 #e2cedb #778AAD #020203
|
||||||
client.focused_inactive #0D1B20 #92a2a9 #d1e8f2 #7A838B #0D1B20
|
client.focused_inactive #020203 #9e9099 #e2cedb #778AAD #020203
|
||||||
client.urgent #4A5A63 #4A5A63 #0D1B20 #4A5A63 #4A5A63
|
client.urgent #8C7281 #8C7281 #020203 #8C7281 #8C7281
|
||||||
client.background #92a2a9
|
client.background #9e9099
|
||||||
|
|
||||||
###---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 '#98D4EF' -sf '#0D1B20' -sb '#4A5A63' -nf '#d1e8f2'
|
bindsym $mod+d exec dmenu_run -fn 'Ubuntu Mono derivative Powerline-18' -h '35' -nb '#E1A0BA' -sf '#020203' -sb '#8C7281' -nf '#e2cedb'
|
||||||
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
|
||||||
|
|
@ -339,9 +339,9 @@ bindsym $mod+Shift+Right move right
|
||||||
###---Media Keys---###
|
###---Media Keys---###
|
||||||
#Volume keys
|
#Volume keys
|
||||||
bindsym $mod+plus exec $inc
|
bindsym $mod+plus exec $inc
|
||||||
bindsym $mod+Shift+plus exec $biginc
|
bindsym $mod+Shift+plus exec --no-startup-id light -A 5
|
||||||
bindsym $mod+minus exec $dec
|
bindsym $mod+minus exec $dec
|
||||||
bindsym $mod+Shift+minus exec $bigdec
|
bindsym $mod+Shift+minus exec --no-startup-id light -U 5
|
||||||
bindsym $mod+less exec $prev
|
bindsym $mod+less exec $prev
|
||||||
bindsym $mod+Shift+less exec $beg
|
bindsym $mod+Shift+less exec $beg
|
||||||
bindsym $mod+greater exec $next
|
bindsym $mod+greater exec $next
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
# that settings wanted as defaults are not restricted to specific profiles.
|
# that settings wanted as defaults are not restricted to specific profiles.
|
||||||
|
|
||||||
# [custom options]
|
# [custom options]
|
||||||
#vo=gpu
|
vo=gpu
|
||||||
volume=80
|
volume=80
|
||||||
no-sub-visibility
|
no-sub-visibility
|
||||||
|
|
||||||
|
|
@ -42,6 +42,8 @@ osd-on-seek=bar
|
||||||
osd-bar-align-x=0
|
osd-bar-align-x=0
|
||||||
osd-bar-align-y=0.9
|
osd-bar-align-y=0.9
|
||||||
|
|
||||||
|
msg-level=vo=fatal
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# video settings #
|
# video settings #
|
||||||
##################
|
##################
|
||||||
|
|
@ -75,9 +77,6 @@ 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.
|
||||||
|
|
@ -87,8 +86,7 @@ vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
|
||||||
# video outputs, but should work well with default settings on most systems.
|
# video outputs, but should work well with default settings on most systems.
|
||||||
# If performance or energy usage is an issue, forcing the vdpau or vaapi VOs
|
# If performance or energy usage is an issue, forcing the vdpau or vaapi VOs
|
||||||
# may or may not help.
|
# may or may not help.
|
||||||
# hwdec=auto
|
hwdec=auto
|
||||||
hwdec=vaapi
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# audio settings #
|
# audio settings #
|
||||||
|
|
|
||||||
|
|
@ -5,21 +5,21 @@
|
||||||
;
|
;
|
||||||
[colors]
|
[colors]
|
||||||
background = #00000000
|
background = #00000000
|
||||||
background-alt = #385467
|
background-alt = #636E90
|
||||||
foreground = #7A838B
|
foreground = #778AAD
|
||||||
foreground-alt = #ADD5EF
|
foreground-alt = #9FA7CA
|
||||||
highlight = #d1e8f2
|
highlight = #e2cedb
|
||||||
error = #4A5A63
|
error = #8C7281
|
||||||
red = #4A5A63
|
red = #8C7281
|
||||||
yellow = #B6B1B2
|
yellow = #9797B2
|
||||||
green = #98D4EF
|
green = #E1A0BA
|
||||||
darkblue = #7A838B
|
darkblue = #778AAD
|
||||||
alert = #FF0000
|
alert = #FF0000
|
||||||
lightblue = #d1e8f2
|
lightblue = #e2cedb
|
||||||
orange = #ADD5EF
|
orange = #9FA7CA
|
||||||
blue = #385467
|
blue = #636E90
|
||||||
black = #0D1B20
|
black = #020203
|
||||||
grey = #92a2a9
|
grey = #9e9099
|
||||||
|
|
||||||
[bar/top]
|
[bar/top]
|
||||||
monitor = ${env:MONITOR:eDP-1}
|
monitor = ${env:MONITOR:eDP-1}
|
||||||
|
|
@ -207,7 +207,7 @@ label-background = ${colors.blue}
|
||||||
[module/temperature]
|
[module/temperature]
|
||||||
type = internal/temperature
|
type = internal/temperature
|
||||||
thermal-zone = 1
|
thermal-zone = 1
|
||||||
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon3/temp1_input
|
hwmon-path = /sys/devices/virtual/hwmon/hwmon1/temp1_input
|
||||||
warn-temperature = 65
|
warn-temperature = 65
|
||||||
format = <ramp> <label>
|
format = <ramp> <label>
|
||||||
format-underline = ${colors.foreground}
|
format-underline = ${colors.foreground}
|
||||||
|
|
|
||||||
|
|
@ -339,9 +339,9 @@ bindsym $mod+Shift+Right move right
|
||||||
###---Media Keys---###
|
###---Media Keys---###
|
||||||
#Volume keys
|
#Volume keys
|
||||||
bindsym $mod+plus exec $inc
|
bindsym $mod+plus exec $inc
|
||||||
bindsym $mod+Shift+plus exec $biginc
|
bindsym $mod+Shift+plus exec --no-startup-id light -A 5
|
||||||
bindsym $mod+minus exec $dec
|
bindsym $mod+minus exec $dec
|
||||||
bindsym $mod+Shift+minus exec $bigdec
|
bindsym $mod+Shift+minus exec --no-startup-id light -U 5
|
||||||
bindsym $mod+less exec $prev
|
bindsym $mod+less exec $prev
|
||||||
bindsym $mod+Shift+less exec $beg
|
bindsym $mod+Shift+less exec $beg
|
||||||
bindsym $mod+greater exec $next
|
bindsym $mod+greater exec $next
|
||||||
|
|
|
||||||
|
|
@ -207,7 +207,7 @@ label-background = ${{colors.blue}}
|
||||||
[module/temperature]
|
[module/temperature]
|
||||||
type = internal/temperature
|
type = internal/temperature
|
||||||
thermal-zone = 1
|
thermal-zone = 1
|
||||||
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon3/temp1_input
|
hwmon-path = /sys/devices/virtual/hwmon/hwmon1/temp1_input
|
||||||
warn-temperature = 65
|
warn-temperature = 65
|
||||||
format = <ramp> <label>
|
format = <ramp> <label>
|
||||||
format-underline = ${{colors.foreground}}
|
format-underline = ${{colors.foreground}}
|
||||||
|
|
|
||||||
7
.zshenv
7
.zshenv
|
|
@ -4,6 +4,7 @@ ZDOTDIR=$HOME
|
||||||
export DEFAULT_USER="hate"
|
export DEFAULT_USER="hate"
|
||||||
export VDPAU_DRIVER="va_gl"
|
export VDPAU_DRIVER="va_gl"
|
||||||
export LIBVA_DRIVER_NAME="iHD"
|
export LIBVA_DRIVER_NAME="iHD"
|
||||||
|
export VAAPI_MPEG4_ENABLED=true
|
||||||
|
|
||||||
# Common apps
|
# Common apps
|
||||||
export ZSH=/home/hate/.oh-my-zsh
|
export ZSH=/home/hate/.oh-my-zsh
|
||||||
|
|
@ -27,3 +28,9 @@ export BORG_RSH='ssh -i /home/hate/.ssh/id_ed25519'
|
||||||
export GDK_SCALE=2
|
export GDK_SCALE=2
|
||||||
export GDK_DPI_SCALE=0.5
|
export GDK_DPI_SCALE=0.5
|
||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
|
|
||||||
|
# gnome-keyring
|
||||||
|
if [ -n "$DESKTOP_SESSION" ];then
|
||||||
|
eval $(gnome-keyring-daemon --start)
|
||||||
|
export SSH_AUTH_SOCK
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue