1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00

fixes + added bar bases

This commit is contained in:
Simon
2021-01-21 11:29:25 +01:00
parent bf457bb148
commit 67ddef5067
6 changed files with 430 additions and 389 deletions
+199 -183
View File
@@ -7,6 +7,7 @@
; ;
;=====================================================;
; Global Settings
[settings]
@@ -23,7 +24,8 @@ border = ${xrdb:i3_focused}
urgent = ${xrdb:i3_urgent}
focused = ${xrdb:i3_focused}
unfocused = ${xrdb:foreground}
[bar/master]
[bar/base_master]
background = ${colors.background}
foreground = ${colors.foreground}
fixed-center = true
@@ -32,28 +34,22 @@ font-1 = Material Design Icons:fontformat=truetype:pixelsize=10:antialias=true;1
line-size = 1
module-margin-left = 1
module-margin-right = 1
monitor = ${env:MONITOR:DP-4}
padding= 2
separator =|
override-redirect = true
[bar/border]
inherit="bar/master"
[bar/base_border]
inherit="bar/base_master"
border-size=2
border-color=${colors.border}
radius = 15.0
[bar/floating]
inherit="bar/border"
[bar/base_floating]
inherit="bar/base_border"
bottom = true
enable-ipc = false
height = 40px
width = 60%
;modules-center = cava clock playerctl_long
modules-center = cava
modules-left = floating_popup_button pavucontrol_button
modules-right = sensors_cpu_pc nvgpu memory
monitor = ${env:MONITOR:DP-4}
offset-x = 20%
offset-y = 8px
override-redirect = true
@@ -65,24 +61,210 @@ tray-padding = 3
tray-position = left
tray-scale = 0.8
[bar/floating_popup]
inherit="bar/border"
[bar/base_floating_popup]
inherit="bar/base_border"
bottom = true
enable-ipc = true
height = 40px
width = 22%
modules-left = disk_short_pc checkupdates ovpn nvpn eth_pc
offset-x = 20%
offset-y = 58px
[bar/floating_wm]
inherit="bar/master"
[bar/base_floating_wm]
inherit="bar/base_master"
font-0 = dark forest:style=Bold:fontformat=truetype:pixelsize=10;4
height = 15
width = 100%
modules-center = i3
padding= 4
wm-restack = i3; Module popup
wm-restack = i3
[bar/floating]
inherit="bar/base_floating"
monitor = ${env:MONITOR:DP-4}
;modules-center = cava clock playerctl_long
modules-center = cava
modules-left = floating_popup_button pavucontrol_button
modules-right = sensors_cpu_pc nvgpu memory
[bar/floating_popup]
inherit="bar/base_floating_popup"
monitor = ${env:MONITOR:DP-4}
modules-left = disk_short_pc checkupdates ovpn nvpn eth_pc
[bar/floating_wm]
inherit="bar/base_floating_wm"
monitor = ${env:MONITOR:DP-4}
[global/wm]
margin-top = 0
margin-bottom = 0
[module/i3]
type = internal/i3
pin-workspaces = true
strip-wsnumbers = true
index-sort = true
enable-click = true
enable-scroll = true
wrapping-scroll = true
reverse-scroll = true
fuzzy-match = false
format = <label-state> <label-mode>
label-mode = %mode%
label-mode-padding = 1
label-focused =%icon%%name%
label-focused-foreground = ${colors.focused}
label-focused-margin = 2
label-unfocused =%icon%%name%
label-unfocused-foreground = ${colors.unfocused}
label-unfocused-margin = 1
label-visible =%icon%%name%
label-visible-margin = 1
label-urgent =%icon%%name%
label-urgent-foreground = ${colors.urgent}
label-urgent-padding = 1
[module/i3_dots]
type = internal/i3
ws-icon-default =" 󰀥 "
pin-workspaces = true
strip-wsnumbers = true
index-sort = true
enable-click = true
enable-scroll = true
wrapping-scroll = true
reverse-scroll = true
fuzzy-match = false
format =<label-state><label-mode>
label-mode = %mode%
label-focused =" 󰄯 "
label-focused-foreground = ${colors.foreground}
label-unfocused =" 󰄰 "
label-unfocused-foreground = ${colors.foreground}
label-visible =" 󰄯 "
label-urgent =" 󰀨 "
label-urgent-foreground = ${colors.foreground-alt}
; Module Menus
[module/i3touchmenu]
type = custom/menu
expand-right = true
format-spacing = 1
label-open = "| touch"
label-open-foreground = #FFF
label-close = "| x"
label-separator = "'"
; Menu Root
menu-0-0 = 
menu-0-0-exec = menu-open-1
menu-0-1 = 
menu-0-1-exec = menu-open-2
menu-0-2 = 
menu-0-2-exec = menu-open-3
menu-0-3 = 
menu-0-3-exec = menu-open-4
menu-0-4 = 
menu-0-4-exec = menu-open-5
menu-0-5 = 
menu-0-5-exec = menu-open-6
menu-0-6 = 
menu-0-6-exec = menu-open-7
menu-0-7 =""
menu-0-7-exec = menu-open-8
; Menu Category Launcher
menu-1-0 = 
menu-1-0-exec = menu-open-0
menu-1-1="quick"
menu-1-1-exec= setsid quicklaunch
menu-1-2="xournal"
menu-1-2-exec = "setsid xournalpp"
menu-1-3="sync"
menu-1-3-exec = "setsid python Sync/o_school/5AHEL/Notebooks/pdfconvert.py"
menu-1-4=""
menu-1-4-exec = urxvt &
; Menu Category Window Movement
menu-2-0 = 
menu-2-0-exec = menu-open-0
menu-2-1 = 
menu-2-1-exec = i3-msg 'move left'
menu-2-2 = 
menu-2-2-exec = i3-msg 'move right'
menu-2-3 = 
menu-2-3-exec = i3-msg 'move up'
menu-2-4 = ""
menu-2-4-exec = i3-msg 'move down'
menu-3-0 = 
menu-3-0-exec = menu-open-0
; Menu Category Layout
menu-3-1 = split
menu-3-1-exec = i3-msg 'layout toggle split'
menu-3-2 = stack
menu-3-2-exec = i3-msg 'layout stacking'
menu-3-3 = tab
menu-3-3-exec = i3-msg 'layout tabbed'
menu-3-4 = float
menu-3-4-exec = i3-msg 'floating toggle'
; Menu Category Split
menu-4-0 = 
menu-4-0-exec = menu-open-0
menu-4-1 = vert
menu-4-1-exec = i3-msg 'split v'
menu-4-2 = horz
menu-4-2-exec = i3-msg 'split h'
; Menu Category Resize
menu-5-0 = 
menu-5-0-exec = menu-open-0
menu-5-1 = h+
menu-5-1-exec = i3-msg 'resize grow height 5 px or 5 ppt'
menu-5-2 = h-
menu-5-2-exec = i3-msg 'resize shrink height 5 px or 5 ppt'
menu-5-3 = w+
menu-5-3-exec = i3-msg 'resize grow width 5 px or 5 ppt'
menu-5-4 = w-
menu-5-4-exec = i3-msg 'resize shrink width 5 px or 5 ppt'
; Menu Category Move
menu-6-0 = 
menu-6-0-exec = menu-open-0
menu-6-1 = 1
menu-6-1-exec = i3-msg 'move container to workspace 1'
menu-6-2 = 2
menu-6-2-exec = i3-msg 'move container to workspace 2'
menu-6-3 = 3
menu-6-3-exec = i3-msg 'move container to workspace 3'
menu-6-4 = 4
menu-6-4-exec = i3-msg 'move container to workspace 4'
menu-6-5 = 5
menu-6-5-exec = i3-msg 'move container to workspace 5'
menu-6-6 = 6
menu-6-6-exec = i3-msg 'move container to workspace 6'
menu-6-7 = 7
menu-6-7-exec = i3-msg 'move container to workspace 7'
menu-6-8 = 8
menu-6-8-exec = i3-msg 'move container to workspace 8'
menu-6-9 = 9
menu-6-9-exec = i3-msg 'move container to workspace 9'
menu-6-10 = "10"
menu-6-10-exec = i3-msg 'move container to workspace 10'
; Menu Category Kill
menu-7-0 = 
menu-7-0-exec = menu-open-0
menu-7-1 = "confirm"
menu-7-1-exec = i3-msg 'kill'
; Menu Category Powermenu
menu-8-0 = 
menu-8-0-exec = menu-open-0
menu-8-1 = 
menu-8-1-exec = xset dpms force off
menu-8-2 = 
menu-8-2-exec = i3lock
menu-8-3 = 
menu-8-3-exec = shutdown -r now
menu-8-4 = ""
menu-8-4-exec = shutdown -h now
; Module popup
[module/floating_popup_button]
type = custom/script
@@ -316,170 +498,4 @@ menu-0-0 = -
menu-0-0-exec = "xbacklight -dec 10; notify-send 'brightness down'"
menu-0-1 = +
menu-0-1-exec = "xbacklight -inc 10; notify-send 'brightness up'"
[global/wm]
margin-top = 0
margin-bottom = 0
[module/i3]
type = internal/i3
pin-workspaces = true
strip-wsnumbers = true
index-sort = true
enable-click = true
enable-scroll = true
wrapping-scroll = true
reverse-scroll = true
fuzzy-match = false
format = <label-state> <label-mode>
label-mode = %mode%
label-mode-padding = 1
label-focused =%icon%%name%
label-focused-foreground = ${colors.focused}
label-focused-margin = 2
label-unfocused =%icon%%name%
label-unfocused-foreground = ${colors.unfocused}
label-unfocused-margin = 1
label-visible =%icon%%name%
label-visible-margin = 1
label-urgent =%icon%%name%
label-urgent-foreground = ${colors.urgent}
label-urgent-padding = 1
[module/i3_dots]
type = internal/i3
ws-icon-default =" 󰀥 "
pin-workspaces = true
strip-wsnumbers = true
index-sort = true
enable-click = true
enable-scroll = true
wrapping-scroll = true
reverse-scroll = true
fuzzy-match = false
format =<label-state><label-mode>
label-mode = %mode%
label-focused =" 󰄯 "
label-focused-foreground = ${colors.foreground}
label-unfocused =" 󰄰 "
label-unfocused-foreground = ${colors.foreground}
label-visible =" 󰄯 "
label-urgent =" 󰀨 "
label-urgent-foreground = ${colors.foreground-alt}
; Module Menus
[module/i3touchmenu]
type = custom/menu
expand-right = true
format-spacing = 1
label-open = "| touch"
label-open-foreground = #FFF
label-close = "| x"
label-separator = "'"
; Menu Root
menu-0-0 = 
menu-0-0-exec = menu-open-1
menu-0-1 = 
menu-0-1-exec = menu-open-2
menu-0-2 = 
menu-0-2-exec = menu-open-3
menu-0-3 = 
menu-0-3-exec = menu-open-4
menu-0-4 = 
menu-0-4-exec = menu-open-5
menu-0-5 = 
menu-0-5-exec = menu-open-6
menu-0-6 = 
menu-0-6-exec = menu-open-7
menu-0-7 =""
menu-0-7-exec = menu-open-8
; Menu Category Launcher
menu-1-0 = 
menu-1-0-exec = menu-open-0
menu-1-1="quick"
menu-1-1-exec= setsid quicklaunch
menu-1-2="xournal"
menu-1-2-exec = "setsid xournalpp"
menu-1-3="sync"
menu-1-3-exec = "setsid python Sync/o_school/5AHEL/Notebooks/pdfconvert.py"
menu-1-4=""
menu-1-4-exec = urxvt &
; Menu Category Window Movement
menu-2-0 = 
menu-2-0-exec = menu-open-0
menu-2-1 = 
menu-2-1-exec = i3-msg 'move left'
menu-2-2 = 
menu-2-2-exec = i3-msg 'move right'
menu-2-3 = 
menu-2-3-exec = i3-msg 'move up'
menu-2-4 = ""
menu-2-4-exec = i3-msg 'move down'
menu-3-0 = 
menu-3-0-exec = menu-open-0
; Menu Category Layout
menu-3-1 = split
menu-3-1-exec = i3-msg 'layout toggle split'
menu-3-2 = stack
menu-3-2-exec = i3-msg 'layout stacking'
menu-3-3 = tab
menu-3-3-exec = i3-msg 'layout tabbed'
menu-3-4 = float
menu-3-4-exec = i3-msg 'floating toggle'
; Menu Category Split
menu-4-0 = 
menu-4-0-exec = menu-open-0
menu-4-1 = vert
menu-4-1-exec = i3-msg 'split v'
menu-4-2 = horz
menu-4-2-exec = i3-msg 'split h'
; Menu Category Resize
menu-5-0 = 
menu-5-0-exec = menu-open-0
menu-5-1 = h+
menu-5-1-exec = i3-msg 'resize grow height 5 px or 5 ppt'
menu-5-2 = h-
menu-5-2-exec = i3-msg 'resize shrink height 5 px or 5 ppt'
menu-5-3 = w+
menu-5-3-exec = i3-msg 'resize grow width 5 px or 5 ppt'
menu-5-4 = w-
menu-5-4-exec = i3-msg 'resize shrink width 5 px or 5 ppt'
; Menu Category Move
menu-6-0 = 
menu-6-0-exec = menu-open-0
menu-6-1 = 1
menu-6-1-exec = i3-msg 'move container to workspace 1'
menu-6-2 = 2
menu-6-2-exec = i3-msg 'move container to workspace 2'
menu-6-3 = 3
menu-6-3-exec = i3-msg 'move container to workspace 3'
menu-6-4 = 4
menu-6-4-exec = i3-msg 'move container to workspace 4'
menu-6-5 = 5
menu-6-5-exec = i3-msg 'move container to workspace 5'
menu-6-6 = 6
menu-6-6-exec = i3-msg 'move container to workspace 6'
menu-6-7 = 7
menu-6-7-exec = i3-msg 'move container to workspace 7'
menu-6-8 = 8
menu-6-8-exec = i3-msg 'move container to workspace 8'
menu-6-9 = 9
menu-6-9-exec = i3-msg 'move container to workspace 9'
menu-6-10 = "10"
menu-6-10-exec = i3-msg 'move container to workspace 10'
; Menu Category Kill
menu-7-0 = 
menu-7-0-exec = menu-open-0
menu-7-1 = "confirm"
menu-7-1-exec = i3-msg 'kill'
; Menu Category Powermenu
menu-8-0 = 
menu-8-0-exec = menu-open-0
menu-8-1 = 
menu-8-1-exec = xset dpms force off
menu-8-2 = 
menu-8-2-exec = i3lock
menu-8-3 = 
menu-8-3-exec = shutdown -r now
menu-8-4 = ""
menu-8-4-exec = shutdown -h now
@@ -1,4 +1,4 @@
[bar/master]
[bar/base_master]
background = ${colors.background}
foreground = ${colors.foreground}
fixed-center = true
@@ -7,28 +7,22 @@ font-1 = Material Design Icons:fontformat=truetype:pixelsize=10:antialias=true;1
line-size = 1
module-margin-left = 1
module-margin-right = 1
monitor = ${env:MONITOR:DP-4}
padding= 2
separator =|
override-redirect = true
[bar/border]
inherit="bar/master"
[bar/base_border]
inherit="bar/base_master"
border-size=2
border-color=${colors.border}
radius = 15.0
[bar/floating]
inherit="bar/border"
[bar/base_floating]
inherit="bar/base_border"
bottom = true
enable-ipc = false
height = 40px
width = 60%
;modules-center = cava clock playerctl_long
modules-center = cava
modules-left = floating_popup_button pavucontrol_button
modules-right = sensors_cpu_pc nvgpu memory
monitor = ${env:MONITOR:DP-4}
offset-x = 20%
offset-y = 8px
override-redirect = true
@@ -40,18 +34,17 @@ tray-padding = 3
tray-position = left
tray-scale = 0.8
[bar/floating_popup]
inherit="bar/border"
[bar/base_floating_popup]
inherit="bar/base_border"
bottom = true
enable-ipc = true
height = 40px
width = 22%
modules-left = disk_short_pc checkupdates ovpn nvpn eth_pc
offset-x = 20%
offset-y = 58px
[bar/floating_wm]
inherit="bar/master"
[bar/base_floating_wm]
inherit="bar/base_master"
font-0 = dark forest:style=Bold:fontformat=truetype:pixelsize=10;4
height = 15
width = 100%
@@ -0,0 +1,16 @@
[bar/floating]
inherit="bar/base_floating"
monitor = ${env:MONITOR:DP-4}
;modules-center = cava clock playerctl_long
modules-center = cava
modules-left = floating_popup_button pavucontrol_button
modules-right = sensors_cpu_pc nvgpu memory
[bar/floating_popup]
inherit="bar/base_floating_popup"
monitor = ${env:MONITOR:DP-4}
modules-left = disk_short_pc checkupdates ovpn nvpn eth_pc
[bar/floating_wm]
inherit="bar/base_floating_wm"
monitor = ${env:MONITOR:DP-4}
+2 -1
View File
@@ -29,5 +29,6 @@ find "$INPUT_DIR" -regextype sed -regex ".*c[0-9]*-.*" -print0 | sort -z |
touch "$OUTPUT_FILE"
fi
cat "$INPUT_DIR/$file" >>"$OUTPUT_FILE"
echo "> $file"
(cat "$INPUT_DIR/$file"; echo) >> "$OUTPUT_FILE"
done
+200 -185
View File
@@ -7,6 +7,7 @@
; ;
;=====================================================;
; Global Settings
[settings]
@@ -23,7 +24,8 @@ border = ${xrdb:i3_focused}
urgent = ${xrdb:i3_urgent}
focused = ${xrdb:i3_focused}
unfocused = ${xrdb:foreground}
[bar/master]
[bar/base_master]
background = ${colors.background}
foreground = ${colors.foreground}
fixed-center = true
@@ -32,28 +34,22 @@ font-1 = Material Design Icons:fontformat=truetype:pixelsize=10:antialias=true;1
line-size = 1
module-margin-left = 1
module-margin-right = 1
monitor = ${env:MONITOR:DP-4}
padding= 2
separator =|
override-redirect = true
[bar/border]
inherit="bar/master"
[bar/base_border]
inherit="bar/base_master"
border-size=2
border-color=${colors.border}
radius = 15.0
[bar/floating]
inherit="bar/border"
[bar/base_floating]
inherit="bar/base_border"
bottom = true
enable-ipc = false
height = 40px
width = 60%
;modules-center = cava clock playerctl_long
modules-center = cava
modules-left = floating_popup_button pavucontrol_button
modules-right = sensors_cpu_pc nvgpu memory
monitor = ${env:MONITOR:DP-4}
offset-x = 20%
offset-y = 8px
override-redirect = true
@@ -65,25 +61,210 @@ tray-padding = 3
tray-position = left
tray-scale = 0.8
[bar/floating_popup]
inherit="bar/border"
[bar/base_floating_popup]
inherit="bar/base_border"
bottom = true
enable-ipc = true
height = 40px
width = 22%
modules-left = disk_short_pc checkupdates ovpn nvpn eth_pc
offset-x = 20%
offset-y = 58px
[bar/floating_wm]
inherit="bar/master"
[bar/base_floating_wm]
inherit="bar/base_master"
font-0 = dark forest:style=Bold:fontformat=truetype:pixelsize=10;4
height = 15
width = 100%
modules-center = i3
padding= 4
override-redirect = true
wm-restack = i3; Module popup
wm-restack = i3
[bar/floating]
inherit="bar/base_floating"
monitor = ${env:MONITOR:DP-4}
;modules-center = cava clock playerctl_long
modules-center = cava
modules-left = floating_popup_button pavucontrol_button
modules-right = sensors_cpu_pc nvgpu memory
[bar/floating_popup]
inherit="bar/base_floating_popup"
monitor = ${env:MONITOR:DP-4}
modules-left = disk_short_pc checkupdates ovpn nvpn eth_pc
[bar/floating_wm]
inherit="bar/base_floating_wm"
monitor = ${env:MONITOR:DP-4}
[global/wm]
margin-top = 0
margin-bottom = 0
[module/i3]
type = internal/i3
pin-workspaces = true
strip-wsnumbers = true
index-sort = true
enable-click = true
enable-scroll = true
wrapping-scroll = true
reverse-scroll = true
fuzzy-match = false
format = <label-state> <label-mode>
label-mode = %mode%
label-mode-padding = 1
label-focused =%icon%%name%
label-focused-foreground = ${colors.focused}
label-focused-margin = 2
label-unfocused =%icon%%name%
label-unfocused-foreground = ${colors.unfocused}
label-unfocused-margin = 1
label-visible =%icon%%name%
label-visible-margin = 1
label-urgent =%icon%%name%
label-urgent-foreground = ${colors.urgent}
label-urgent-padding = 1
[module/i3_dots]
type = internal/i3
ws-icon-default =" 󰀥 "
pin-workspaces = true
strip-wsnumbers = true
index-sort = true
enable-click = true
enable-scroll = true
wrapping-scroll = true
reverse-scroll = true
fuzzy-match = false
format =<label-state><label-mode>
label-mode = %mode%
label-focused =" 󰄯 "
label-focused-foreground = ${colors.foreground}
label-unfocused =" 󰄰 "
label-unfocused-foreground = ${colors.foreground}
label-visible =" 󰄯 "
label-urgent =" 󰀨 "
label-urgent-foreground = ${colors.foreground-alt}
; Module Menus
[module/i3touchmenu]
type = custom/menu
expand-right = true
format-spacing = 1
label-open = "| touch"
label-open-foreground = #FFF
label-close = "| x"
label-separator = "'"
; Menu Root
menu-0-0 = 
menu-0-0-exec = menu-open-1
menu-0-1 = 
menu-0-1-exec = menu-open-2
menu-0-2 = 
menu-0-2-exec = menu-open-3
menu-0-3 = 
menu-0-3-exec = menu-open-4
menu-0-4 = 
menu-0-4-exec = menu-open-5
menu-0-5 = 
menu-0-5-exec = menu-open-6
menu-0-6 = 
menu-0-6-exec = menu-open-7
menu-0-7 =""
menu-0-7-exec = menu-open-8
; Menu Category Launcher
menu-1-0 = 
menu-1-0-exec = menu-open-0
menu-1-1="quick"
menu-1-1-exec= setsid quicklaunch
menu-1-2="xournal"
menu-1-2-exec = "setsid xournalpp"
menu-1-3="sync"
menu-1-3-exec = "setsid python Sync/o_school/5AHEL/Notebooks/pdfconvert.py"
menu-1-4=""
menu-1-4-exec = urxvt &
; Menu Category Window Movement
menu-2-0 = 
menu-2-0-exec = menu-open-0
menu-2-1 = 
menu-2-1-exec = i3-msg 'move left'
menu-2-2 = 
menu-2-2-exec = i3-msg 'move right'
menu-2-3 = 
menu-2-3-exec = i3-msg 'move up'
menu-2-4 = ""
menu-2-4-exec = i3-msg 'move down'
menu-3-0 = 
menu-3-0-exec = menu-open-0
; Menu Category Layout
menu-3-1 = split
menu-3-1-exec = i3-msg 'layout toggle split'
menu-3-2 = stack
menu-3-2-exec = i3-msg 'layout stacking'
menu-3-3 = tab
menu-3-3-exec = i3-msg 'layout tabbed'
menu-3-4 = float
menu-3-4-exec = i3-msg 'floating toggle'
; Menu Category Split
menu-4-0 = 
menu-4-0-exec = menu-open-0
menu-4-1 = vert
menu-4-1-exec = i3-msg 'split v'
menu-4-2 = horz
menu-4-2-exec = i3-msg 'split h'
; Menu Category Resize
menu-5-0 = 
menu-5-0-exec = menu-open-0
menu-5-1 = h+
menu-5-1-exec = i3-msg 'resize grow height 5 px or 5 ppt'
menu-5-2 = h-
menu-5-2-exec = i3-msg 'resize shrink height 5 px or 5 ppt'
menu-5-3 = w+
menu-5-3-exec = i3-msg 'resize grow width 5 px or 5 ppt'
menu-5-4 = w-
menu-5-4-exec = i3-msg 'resize shrink width 5 px or 5 ppt'
; Menu Category Move
menu-6-0 = 
menu-6-0-exec = menu-open-0
menu-6-1 = 1
menu-6-1-exec = i3-msg 'move container to workspace 1'
menu-6-2 = 2
menu-6-2-exec = i3-msg 'move container to workspace 2'
menu-6-3 = 3
menu-6-3-exec = i3-msg 'move container to workspace 3'
menu-6-4 = 4
menu-6-4-exec = i3-msg 'move container to workspace 4'
menu-6-5 = 5
menu-6-5-exec = i3-msg 'move container to workspace 5'
menu-6-6 = 6
menu-6-6-exec = i3-msg 'move container to workspace 6'
menu-6-7 = 7
menu-6-7-exec = i3-msg 'move container to workspace 7'
menu-6-8 = 8
menu-6-8-exec = i3-msg 'move container to workspace 8'
menu-6-9 = 9
menu-6-9-exec = i3-msg 'move container to workspace 9'
menu-6-10 = "10"
menu-6-10-exec = i3-msg 'move container to workspace 10'
; Menu Category Kill
menu-7-0 = 
menu-7-0-exec = menu-open-0
menu-7-1 = "confirm"
menu-7-1-exec = i3-msg 'kill'
; Menu Category Powermenu
menu-8-0 = 
menu-8-0-exec = menu-open-0
menu-8-1 = 
menu-8-1-exec = xset dpms force off
menu-8-2 = 
menu-8-2-exec = i3lock
menu-8-3 = 
menu-8-3-exec = shutdown -r now
menu-8-4 = ""
menu-8-4-exec = shutdown -h now
; Module popup
[module/floating_popup_button]
type = custom/script
@@ -317,170 +498,4 @@ menu-0-0 = -
menu-0-0-exec = "xbacklight -dec 10; notify-send 'brightness down'"
menu-0-1 = +
menu-0-1-exec = "xbacklight -inc 10; notify-send 'brightness up'"
[global/wm]
margin-top = 0
margin-bottom = 0
[module/i3]
type = internal/i3
pin-workspaces = true
strip-wsnumbers = true
index-sort = true
enable-click = true
enable-scroll = true
wrapping-scroll = true
reverse-scroll = true
fuzzy-match = false
format = <label-state> <label-mode>
label-mode = %mode%
label-mode-padding = 1
label-focused =%icon%%name%
label-focused-foreground = ${colors.focused}
label-focused-margin = 2
label-unfocused =%icon%%name%
label-unfocused-foreground = ${colors.unfocused}
label-unfocused-margin = 1
label-visible =%icon%%name%
label-visible-margin = 1
label-urgent =%icon%%name%
label-urgent-foreground = ${colors.urgent}
label-urgent-padding = 1
[module/i3_dots]
type = internal/i3
ws-icon-default =" 󰀥 "
pin-workspaces = true
strip-wsnumbers = true
index-sort = true
enable-click = true
enable-scroll = true
wrapping-scroll = true
reverse-scroll = true
fuzzy-match = false
format =<label-state><label-mode>
label-mode = %mode%
label-focused =" 󰄯 "
label-focused-foreground = ${colors.foreground}
label-unfocused =" 󰄰 "
label-unfocused-foreground = ${colors.foreground}
label-visible =" 󰄯 "
label-urgent =" 󰀨 "
label-urgent-foreground = ${colors.foreground-alt}
; Module Menus
[module/i3touchmenu]
type = custom/menu
expand-right = true
format-spacing = 1
label-open = "| touch"
label-open-foreground = #FFF
label-close = "| x"
label-separator = "'"
; Menu Root
menu-0-0 = 
menu-0-0-exec = menu-open-1
menu-0-1 = 
menu-0-1-exec = menu-open-2
menu-0-2 = 
menu-0-2-exec = menu-open-3
menu-0-3 = 
menu-0-3-exec = menu-open-4
menu-0-4 = 
menu-0-4-exec = menu-open-5
menu-0-5 = 
menu-0-5-exec = menu-open-6
menu-0-6 = 
menu-0-6-exec = menu-open-7
menu-0-7 =""
menu-0-7-exec = menu-open-8
; Menu Category Launcher
menu-1-0 = 
menu-1-0-exec = menu-open-0
menu-1-1="quick"
menu-1-1-exec= setsid quicklaunch
menu-1-2="xournal"
menu-1-2-exec = "setsid xournalpp"
menu-1-3="sync"
menu-1-3-exec = "setsid python Sync/o_school/5AHEL/Notebooks/pdfconvert.py"
menu-1-4=""
menu-1-4-exec = urxvt &
; Menu Category Window Movement
menu-2-0 = 
menu-2-0-exec = menu-open-0
menu-2-1 = 
menu-2-1-exec = i3-msg 'move left'
menu-2-2 = 
menu-2-2-exec = i3-msg 'move right'
menu-2-3 = 
menu-2-3-exec = i3-msg 'move up'
menu-2-4 = ""
menu-2-4-exec = i3-msg 'move down'
menu-3-0 = 
menu-3-0-exec = menu-open-0
; Menu Category Layout
menu-3-1 = split
menu-3-1-exec = i3-msg 'layout toggle split'
menu-3-2 = stack
menu-3-2-exec = i3-msg 'layout stacking'
menu-3-3 = tab
menu-3-3-exec = i3-msg 'layout tabbed'
menu-3-4 = float
menu-3-4-exec = i3-msg 'floating toggle'
; Menu Category Split
menu-4-0 = 
menu-4-0-exec = menu-open-0
menu-4-1 = vert
menu-4-1-exec = i3-msg 'split v'
menu-4-2 = horz
menu-4-2-exec = i3-msg 'split h'
; Menu Category Resize
menu-5-0 = 
menu-5-0-exec = menu-open-0
menu-5-1 = h+
menu-5-1-exec = i3-msg 'resize grow height 5 px or 5 ppt'
menu-5-2 = h-
menu-5-2-exec = i3-msg 'resize shrink height 5 px or 5 ppt'
menu-5-3 = w+
menu-5-3-exec = i3-msg 'resize grow width 5 px or 5 ppt'
menu-5-4 = w-
menu-5-4-exec = i3-msg 'resize shrink width 5 px or 5 ppt'
; Menu Category Move
menu-6-0 = 
menu-6-0-exec = menu-open-0
menu-6-1 = 1
menu-6-1-exec = i3-msg 'move container to workspace 1'
menu-6-2 = 2
menu-6-2-exec = i3-msg 'move container to workspace 2'
menu-6-3 = 3
menu-6-3-exec = i3-msg 'move container to workspace 3'
menu-6-4 = 4
menu-6-4-exec = i3-msg 'move container to workspace 4'
menu-6-5 = 5
menu-6-5-exec = i3-msg 'move container to workspace 5'
menu-6-6 = 6
menu-6-6-exec = i3-msg 'move container to workspace 6'
menu-6-7 = 7
menu-6-7-exec = i3-msg 'move container to workspace 7'
menu-6-8 = 8
menu-6-8-exec = i3-msg 'move container to workspace 8'
menu-6-9 = 9
menu-6-9-exec = i3-msg 'move container to workspace 9'
menu-6-10 = "10"
menu-6-10-exec = i3-msg 'move container to workspace 10'
; Menu Category Kill
menu-7-0 = 
menu-7-0-exec = menu-open-0
menu-7-1 = "confirm"
menu-7-1-exec = i3-msg 'kill'
; Menu Category Powermenu
menu-8-0 = 
menu-8-0-exec = menu-open-0
menu-8-1 = 
menu-8-1-exec = xset dpms force off
menu-8-2 = 
menu-8-2-exec = i3lock
menu-8-3 = 
menu-8-3-exec = shutdown -r now
menu-8-4 = ""
menu-8-4-exec = shutdown -h now