use pywal to color alacritty and vim
This commit is contained in:
@@ -54,8 +54,8 @@ new_window pixel 1
|
||||
# hide_edge_borders both
|
||||
|
||||
# Set inner/outer gaps
|
||||
gaps inner 2
|
||||
gaps outer 4
|
||||
gaps inner 16
|
||||
gaps outer 0
|
||||
|
||||
# smart gaps
|
||||
smart_gaps on
|
||||
@@ -265,6 +265,7 @@ bindsym $mod+a focus child
|
||||
# open new empty workspace
|
||||
bindsym $mod+Shift+n exec --no-startup-id ~/.config/i3/scripts/empty_workspace
|
||||
|
||||
bindsym $mod+Shift+w exec --no-startup-id wal -i /usr/share/endeavouros/backgrounds/eos_wallpapers_community/
|
||||
# Multimedia Keys
|
||||
|
||||
# volume
|
||||
@@ -406,7 +407,8 @@ exec --no-startup-id ~/.screenlayout/monitor.sh
|
||||
|
||||
# set wallpaper
|
||||
# exec --no-startup-id sleep 2 && nitrogen --restore
|
||||
exec --no-startup-id sleep 1 && feh --bg-fill /usr/share/endeavouros/backgrounds/eos_wallpapers_community/SaturnV-2.png
|
||||
#exec --no-startup-id sleep 1 && feh --bg-fill /usr/share/endeavouros/backgrounds/eos_wallpapers_community/krimkerre_2_poly.jpg
|
||||
exec --no-startup-id wal -R
|
||||
|
||||
# set powersavings for display:
|
||||
exec --no-startup-id xset s 480 dpms 600 600 600
|
||||
@@ -502,6 +504,8 @@ set $darkgrey #383c4a
|
||||
set $grey #b0b5bd
|
||||
set $mediumgrey #8b8b8b
|
||||
set $yellowbrown #e1b700
|
||||
#set_from_resource $bg i3wm.color1 #f0f0f0
|
||||
#set_from_resource $fg i3wm.color7 #f0f0f0
|
||||
|
||||
# define colors for windows:
|
||||
#class border bground text indicator child_border
|
||||
@@ -533,9 +537,9 @@ strip_workspace_numbers yes
|
||||
##strip_workspace_name no
|
||||
|
||||
colors {
|
||||
separator $purple
|
||||
separator $fg
|
||||
background $darkgrey
|
||||
statusline $white
|
||||
statusline $fg
|
||||
# border bg txt indicator
|
||||
focused_workspace $mediumgrey $grey $darkgrey $purple
|
||||
active_workspace $lightblue $mediumgrey $darkgrey $purple
|
||||
@@ -602,7 +606,7 @@ bindsym $mod+t exec --no-startup-id rofi -show window \
|
||||
# -config ~/.config/rofi/rofidmenu.rasi
|
||||
|
||||
# ranger
|
||||
bindsym $mod+r exec --no-startup-id alacritty -e ranger
|
||||
bindsym $mod+r exec --no-startup-id $HOME/.config/ranger/ranger-launcher.sh
|
||||
|
||||
# brave
|
||||
bindsym $mod+b exec --no-startup-id brave
|
||||
|
||||
Reference in New Issue
Block a user