Compare commits
No commits in common. "31c9fcfb513147206b38b5f33b22e5c978190bb2" and "e0865d6453a9a417b51053c6abea66e0a49b3d85" have entirely different histories.
31c9fcfb51
...
e0865d6453
5 changed files with 64 additions and 77 deletions
|
@ -7,26 +7,6 @@ new_window none
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
# Common
|
|
||||||
set $S_yellow "#b58900"
|
|
||||||
set $S_orange "#cb4b16"
|
|
||||||
set $S_red "#dc322f"
|
|
||||||
set $S_magenta "#d33682"
|
|
||||||
set $S_violet "#6c71c4"
|
|
||||||
set $S_blue "#268bd2"
|
|
||||||
set $S_cyan "#2aa198"
|
|
||||||
set $S_green "#859900"
|
|
||||||
|
|
||||||
# Dark
|
|
||||||
set $S_base03 "#002b36"
|
|
||||||
set $S_base02 "#073642"
|
|
||||||
set $S_base01 "#586e75"
|
|
||||||
set $S_base00 "#657b83"
|
|
||||||
set $S_base0 "#839496"
|
|
||||||
set $S_base1 "#93a1a1"
|
|
||||||
set $S_base2 "#eee8d5"
|
|
||||||
set $S_base3 "#fdf6e3"
|
|
||||||
|
|
||||||
popup_during_fullscreen leave_fullscreen
|
popup_during_fullscreen leave_fullscreen
|
||||||
|
|
||||||
# font for window titles. ISO 10646 = Unicode
|
# font for window titles. ISO 10646 = Unicode
|
||||||
|
@ -52,7 +32,7 @@ bindsym $mod+Shift+Q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
#Colors: S_base0 <--> S_base03 (Selected is vice versa)
|
#Colors: S_base0 <--> S_base03 (Selected is vice versa)
|
||||||
bindsym $mod+space exec dmenu_run -sb $S_base0 -sf $S_base03 -nb $S_base03 -nf $S_base0 -fn 'Hack-9'
|
bindsym $mod+space exec dmenu_run -sb '#002b36' -sf '#839496' -nb '#839496' -nf '#002b36' -fn 'Hack-9'
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+Left focus left
|
bindsym $mod+Left focus left
|
||||||
|
@ -164,11 +144,18 @@ bindsym $mod+r mode "resize"
|
||||||
# S_base01 <--> S_base2
|
# S_base01 <--> S_base2
|
||||||
# S_base00 <--> S_base3
|
# S_base00 <--> S_base3
|
||||||
|
|
||||||
# class border backgr. text indicator
|
# class border backgr. text indicator
|
||||||
client.focused $S_base03 $S_base0 $S_base03 $S_base0
|
# S_base03 S_base3 S_base03 S_base0
|
||||||
client.focused_inactive $S_base03 $S_base01 $S_base2 $S_base01
|
client.focused #002b36 #839496 #002b36 #839496
|
||||||
client.unfocused $S_base03 $S_base03 $S_base0 $S_base03
|
|
||||||
client.urgent $S_base03 $S_red $S_base03 $S_red
|
# S_base03 S_base01 S_base2 S_base01
|
||||||
|
client.focused_inactive #002b36 #586e75 #eee8d5 #586e75
|
||||||
|
|
||||||
|
# S_base03 S_base03 S_base0 S_base03
|
||||||
|
client.unfocused #002b36 #002b36 #839496 #002b36
|
||||||
|
|
||||||
|
# S_base03 S_red S_base03 S_base03
|
||||||
|
client.urgent #002b36 #dc322f #002b36 #dc322f
|
||||||
|
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
|
@ -178,16 +165,21 @@ bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
position top
|
position top
|
||||||
colors {
|
colors {
|
||||||
background $S_base03
|
# background is S_base03
|
||||||
statusline $S_base0
|
background #002b36
|
||||||
separator $S_base00
|
|
||||||
|
# statusline is S_base0
|
||||||
|
statusline #839496
|
||||||
|
|
||||||
|
# separator is S_base00
|
||||||
|
separator #657b83
|
||||||
|
|
||||||
# settings copied from color.x scheme above, keep in sync!
|
# settings copied from color.x scheme above, keep in sync!
|
||||||
# border backgr. text
|
# border backgr. text
|
||||||
focused_workspace $S_base03 $S_base0 $S_base03
|
focused_workspace #002b36 #839496 #002b36
|
||||||
active_workspace $S_base03 $S_base01 $S_base2
|
active_workspace #002b36 #586e75 #eee8d5
|
||||||
inactive_workspace $S_base03 $S_base03 $S_base0
|
inactive_workspace #002b36 #002b36 #839496
|
||||||
urgent_workspace $S_base03 $S_red $S_base03
|
urgent_workspace #002b36 #dc322f #002b36
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
9
.config/openbox/autostart
Executable file
9
.config/openbox/autostart
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#! /bin/sh
|
||||||
|
$HOME/.local/bin/autostart &
|
||||||
|
sleep 5
|
||||||
|
pcmanfm-qt --desktop &
|
||||||
|
stalonetray &
|
||||||
|
dunst &
|
||||||
|
lxqt-powermanagement &
|
||||||
|
latte-dock &
|
||||||
|
chrome --no-startup-window &
|
|
@ -1,2 +0,0 @@
|
||||||
#! /bin/sh
|
|
||||||
$HOME/.local/bin/autostart &
|
|
|
@ -42,7 +42,7 @@
|
||||||
'Active' - where the active window is -->
|
'Active' - where the active window is -->
|
||||||
</placement>
|
</placement>
|
||||||
<theme>
|
<theme>
|
||||||
<name>Arc-Dark</name>
|
<name>KvArcDark</name>
|
||||||
<titleLayout>NLIMC</titleLayout>
|
<titleLayout>NLIMC</titleLayout>
|
||||||
<!--
|
<!--
|
||||||
available characters are NDSLIMC, each can occur at most once.
|
available characters are NDSLIMC, each can occur at most once.
|
||||||
|
@ -272,11 +272,9 @@
|
||||||
<to>5</to>
|
<to>5</to>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!--
|
|
||||||
<keybind key="W-space">
|
<keybind key="W-space">
|
||||||
<action name="ToggleShowDesktop"/>
|
<action name="ToggleShowDesktop"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
-->
|
|
||||||
<!-- Keybindings for windows -->
|
<!-- Keybindings for windows -->
|
||||||
<keybind key="A-F4">
|
<keybind key="A-F4">
|
||||||
<action name="Close"/>
|
<action name="Close"/>
|
||||||
|
@ -378,7 +376,7 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-d">
|
<keybind key="W-d">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>j4-dmenu-desktop --dmenu="dmenu -i -sf '#002b36' -sb '#839496' -nf '#839496' -nb '#002b36' -fn 'Hack-9'"</command>
|
<command>dmenu_run -fn 'Hack-9' -sb '#586e75' -sf '#eee8d5' -nb '#eee8d5' -nf '#586e75'</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-S-c">
|
<keybind key="W-S-c">
|
||||||
|
|
|
@ -6,7 +6,6 @@ smart_borders on
|
||||||
hide_edge_borders --i3 smart
|
hide_edge_borders --i3 smart
|
||||||
font pango:Hack 9
|
font pango:Hack 9
|
||||||
default_border none
|
default_border none
|
||||||
|
|
||||||
### Variables
|
### Variables
|
||||||
#
|
#
|
||||||
# Logo key. Use Mod1 for Alt.
|
# Logo key. Use Mod1 for Alt.
|
||||||
|
@ -18,26 +17,6 @@ set $down j
|
||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
|
|
||||||
# Common
|
|
||||||
set $S_yellow "#b58900"
|
|
||||||
set $S_orange "#cb4b16"
|
|
||||||
set $S_red "#dc322f"
|
|
||||||
set $S_magenta "#d33682"
|
|
||||||
set $S_violet "#6c71c4"
|
|
||||||
set $S_blue "#268bd2"
|
|
||||||
set $S_cyan "#2aa198"
|
|
||||||
set $S_green "#859900"
|
|
||||||
|
|
||||||
# Dark
|
|
||||||
set $S_base03 "#002b36"
|
|
||||||
set $S_base02 "#073642"
|
|
||||||
set $S_base01 "#586e75"
|
|
||||||
set $S_base00 "#657b83"
|
|
||||||
set $S_base0 "#839496"
|
|
||||||
set $S_base1 "#93a1a1"
|
|
||||||
set $S_base2 "#eee8d5"
|
|
||||||
set $S_base3 "#fdf6e3"
|
|
||||||
|
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term x-terminal-emulator
|
set $term x-terminal-emulator
|
||||||
|
|
||||||
|
@ -45,12 +24,12 @@ set $term x-terminal-emulator
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
# on the original workspace that the command was run on.
|
# on the original workspace that the command was run on.
|
||||||
#Colors: S_base0 <--> S_base03 (Selected is vice versa)
|
#Colors: S_base0 <--> S_base03 (Selected is vice versa)
|
||||||
set $menu dmenu_path | bemenu-run -i -M 0 -W 1 --fork --sb $S_base0 --sf $S_base03 --hb $S_base3 --hf $S_base00 --nb $S_base03 --nf $S_base0 --ab $S_base02 --af $S_base1 --tb $S_base03 --tf $S_base0 --fb $S_base03 --ff $S_base0 --cb $S_base2 --cf $S_base01 --fn "Hack 9"
|
set $menu dmenu_path | dmenu -sb '#002b36' -sf '#839496' -nb '#839496' -nf '#002b36' -fn 'Hack-9'| xargs swaymsg exec --
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# wallpaper
|
# wallpaper
|
||||||
output * bg $S_base03 solid_color
|
output * bg $HOME/Bilder/current.jpg fit #002b36
|
||||||
#
|
#
|
||||||
# Screen
|
# Screen
|
||||||
output eDP-1 resolution 1920x1080 position 0,0
|
output eDP-1 resolution 1920x1080 position 0,0
|
||||||
|
@ -225,7 +204,6 @@ mode "resize" {
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# Color settings
|
# Color settings
|
||||||
|
@ -237,11 +215,18 @@ bindsym $mod+r mode "resize"
|
||||||
# S_base01 <--> S_base2
|
# S_base01 <--> S_base2
|
||||||
# S_base00 <--> S_base3
|
# S_base00 <--> S_base3
|
||||||
|
|
||||||
# class border backgr. text indicator
|
# class border backgr. text indicator
|
||||||
client.focused $S_base03 $S_base0 $S_base03 $S_base0
|
# S_base03 S_base3 S_base03 S_base0
|
||||||
client.focused_inactive $S_base03 $S_base01 $S_base2 $S_base01
|
client.focused #002b36 #839496 #002b36 #839496
|
||||||
client.unfocused $S_base03 $S_base03 $S_base0 $S_base03
|
|
||||||
client.urgent $S_base03 $S_red $S_base03 $S_red
|
# S_base03 S_base01 S_base2 S_base01
|
||||||
|
client.focused_inactive #002b36 #586e75 #eee8d5 #586e75
|
||||||
|
|
||||||
|
# S_base03 S_base03 S_base0 S_base03
|
||||||
|
client.unfocused #002b36 #002b36 #839496 #002b36
|
||||||
|
|
||||||
|
# S_base03 S_red S_base03 S_base03
|
||||||
|
client.urgent #002b36 #dc322f #002b36 #dc322f
|
||||||
|
|
||||||
#
|
#
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
|
@ -251,16 +236,21 @@ bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
position top
|
position top
|
||||||
colors {
|
colors {
|
||||||
background $S_base03
|
# background is S_base03
|
||||||
statusline $S_base0
|
background #002b36
|
||||||
separator $S_base00
|
|
||||||
|
# statusline is S_base0
|
||||||
|
statusline #839496
|
||||||
|
|
||||||
|
# separator is S_base00
|
||||||
|
separator #657b83
|
||||||
|
|
||||||
# settings copied from color.x scheme above, keep in sync!
|
# settings copied from color.x scheme above, keep in sync!
|
||||||
# border backgr. text
|
# border backgr. text
|
||||||
focused_workspace $S_base03 $S_base0 $S_base03
|
focused_workspace #002b36 #839496 #002b36
|
||||||
active_workspace $S_base03 $S_base01 $S_base2
|
active_workspace #002b36 #586e75 #eee8d5
|
||||||
inactive_workspace $S_base03 $S_base03 $S_base0
|
inactive_workspace #002b36 #002b36 #839496
|
||||||
urgent_workspace $S_base03 $S_red $S_base03
|
urgent_workspace #002b36 #dc322f #002b36
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
exec xrdb $HOME/.Xresources
|
exec xrdb $HOME/.Xresources
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue