i3: apply bg_color where possible
This commit is contained in:
@@ -50,7 +50,7 @@ bindsym $mod+Shift+q kill
|
|||||||
# start rofi (a program launcher)
|
# start rofi (a program launcher)
|
||||||
bindsym $mod+d exec --no-startup-id "rofi -show run -color-normal '$bg_color,$main_color,$bg_color,$main_color,$bg_color' -color-urgent '$main_color,$bg_color,$main_color,$bg_color,$bg_color' -color-active '$main_color,$bg_color,$main_color,$bg_color,$bg_color' -color-window '$bg_color,$main_color,$main_color'"
|
bindsym $mod+d exec --no-startup-id "rofi -show run -color-normal '$bg_color,$main_color,$bg_color,$main_color,$bg_color' -color-urgent '$main_color,$bg_color,$main_color,$bg_color,$bg_color' -color-active '$main_color,$bg_color,$main_color,$bg_color,$bg_color' -color-window '$bg_color,$main_color,$main_color'"
|
||||||
bindsym $mod+Shift+d exec --no-startup-id "rofi -show window -color-normal '$bg_color,$main_color,$bg_color,$main_color,$bg_color' -color-urgent '$main_color,$bg_color,$main_color,$bg_color,$bg_color' -color-active '$main_color,$bg_color,$main_color,$bg_color,$bg_color' -color-window '$bg_color,$main_color,$main_color'"
|
bindsym $mod+Shift+d exec --no-startup-id "rofi -show window -color-normal '$bg_color,$main_color,$bg_color,$main_color,$bg_color' -color-urgent '$main_color,$bg_color,$main_color,$bg_color,$bg_color' -color-active '$main_color,$bg_color,$main_color,$bg_color,$bg_color' -color-window '$bg_color,$main_color,$main_color'"
|
||||||
bindsym $mod+ctrl+d exec passmenu --type -nb \#000000 -nf \$main_color -sb \$main_color -sf \#000000
|
bindsym $mod+ctrl+d exec passmenu --type -nb \$bg_color -nf \$main_color -sb \$main_color -sf \$bg_color
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+h focus left
|
bindsym $mod+h focus left
|
||||||
@@ -196,7 +196,7 @@ workspace_auto_back_and_forth yes
|
|||||||
|
|
||||||
popup_during_fullscreen smart
|
popup_during_fullscreen smart
|
||||||
|
|
||||||
exec --no-startup-id hsetroot -solid '#000000'
|
exec --no-startup-id hsetroot -solid '$bg_color'
|
||||||
exec setxkbmap pl
|
exec setxkbmap pl
|
||||||
#bindsym Print exec import -window root ${HOME}/screen-`date +%Y%m%d%H%M%S`.png
|
#bindsym Print exec import -window root ${HOME}/screen-`date +%Y%m%d%H%M%S`.png
|
||||||
exec --no-startup-id dunst -config ~/.config/i3/dunst_config
|
exec --no-startup-id dunst -config ~/.config/i3/dunst_config
|
||||||
@@ -211,27 +211,27 @@ exec --no-startup-id feh --bg-scale ~/.config/i3/wallpaper.png
|
|||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
mode dock
|
mode hide_with_mouse
|
||||||
modifier $mod
|
modifier $mod
|
||||||
tray_padding 0
|
tray_padding 0
|
||||||
tray_output primary
|
tray_output primary
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
separator #268bd2
|
separator #268bd2
|
||||||
background #000000
|
background $bg_color
|
||||||
statusline $main_color
|
statusline $main_color
|
||||||
# <colorclass> <border> <background> <text>
|
# <colorclass> <border> <background> <text>
|
||||||
focused_workspace $main_color $main_color #000000
|
focused_workspace $main_color $main_color $bg_color
|
||||||
inactive_workspace #000000 #000000 $main_color
|
inactive_workspace $main_color $bg_color $main_color
|
||||||
active_workspace $main_color #000000 $main_color
|
active_workspace $main_color $bg_color $main_color
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#red color for borders
|
#red color for borders
|
||||||
#<colorclass> <border> <background> <text> <indicator> <child_border>
|
#<colorclass> <border> <background> <text> <indicator> <child_border>
|
||||||
client.focused $main_color $main_color #000000 #2e9ef4
|
client.focused $main_color $main_color $bg_color #2e9ef4
|
||||||
client.focused_inactive $main_color #000000 $main_color #2e9ef4
|
client.focused_inactive $main_color $bg_color $main_color #2e9ef4
|
||||||
client.unfocused #000000 #000000 $main_color #2e9ef4
|
client.unfocused $bg_color $bg_color $main_color #2e9ef4
|
||||||
|
|
||||||
bindsym $mod+z exec i3lock -c 151515 -e -f
|
bindsym $mod+z exec i3lock -c 151515 -e -f
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user