back to ark, remove theming from i3wm config
This commit is contained in:
parent
88d5899350
commit
807132fe58
1 changed files with 3 additions and 27 deletions
30
i3_config
30
i3_config
|
@ -12,18 +12,6 @@
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $i3_font -*-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-*
|
set $i3_font -*-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-*
|
||||||
set $dmenu_font Terminus:Bold:size=12
|
set $dmenu_font Terminus:Bold:size=12
|
||||||
set $selected_bg #d64937
|
|
||||||
set $selected_fg #dedede
|
|
||||||
set $inactive_bg #333333
|
|
||||||
set $inactive_fg #dedede
|
|
||||||
set $urgent_bg #383a3b
|
|
||||||
set $urgent_fg #ee0000
|
|
||||||
|
|
||||||
# colors
|
|
||||||
client.focused $selected_bg $selected_bg $selected_fg
|
|
||||||
client.unfocused $inactive_bg $inactive_bg $inactive_fg
|
|
||||||
client.focused_inactive $inactive_bg $inactive_bg $inactive_fg
|
|
||||||
client.urgent $urgent_bg $urgent_bg $urgent_fg
|
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
|
@ -47,9 +35,9 @@ bindsym $mod+x exec urxvt
|
||||||
bindsym $mod+Shift+c kill
|
bindsym $mod+Shift+c kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+d exec dmenu_run -p run -i -fn "$dmenu_font" -sb "$selected_bg" -sf "$selected_fg"
|
bindsym $mod+d exec dmenu_run -p run -i -fn "$dmenu_font"
|
||||||
bindsym $mod+p exec dmenu_ssh '/usr/bin/urxvt -e ssh' -i -fn "$dmenu_font" -sb "$selected_bg" -sf "$selected_fg"
|
bindsym $mod+p exec dmenu_ssh '/usr/bin/urxvt -e ssh' -i -fn "$dmenu_font"
|
||||||
bindsym $mod+u exec dmenu_pass -i -fn "$dmenu_font" -sb "$selected_bg" -sf "$selected_fg"
|
bindsym $mod+u exec dmenu_pass -i -fn "$dmenu_font"
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
# installed.
|
# installed.
|
||||||
|
@ -174,18 +162,6 @@ bindsym $mod+r mode "resize"
|
||||||
bar {
|
bar {
|
||||||
position top
|
position top
|
||||||
status_command /home/von/vdstatus/vdstatus
|
status_command /home/von/vdstatus/vdstatus
|
||||||
|
|
||||||
colors {
|
|
||||||
background #2d2d2d
|
|
||||||
statusline #dedede
|
|
||||||
separator #2d2d2d
|
|
||||||
|
|
||||||
focused_workspace #d64937 #d64937 #dedede
|
|
||||||
active_workspace #2d2d2d #5f676a #dedede
|
|
||||||
inactive_workspace #2d2d2d #2d2d2d #888888
|
|
||||||
urgent_workspace #333333 #900000 #ffffff
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
workspace_layout tabbed
|
workspace_layout tabbed
|
||||||
|
|
Loading…
Reference in a new issue