mirror of
https://github.com/cizordj/i3-themer.git
synced 2024-04-21 12:32:12 +00:00
Remove personal configuration from the base files
This commit is contained in:
-11
@@ -248,16 +248,5 @@ bindsym XF86AudioMute exec --no-startup-id amixer -q set Master toggle
|
||||
bindsym XF86TouchpadOn exec --no-startup-id synclient Touchpadoff=0
|
||||
bindsym XF86TouchpadOff exec --no-startup-id synclient Touchpadoff=1
|
||||
|
||||
focus_follows_mouse no
|
||||
|
||||
# User defined keys
|
||||
bindsym Print exec i3-scrot -d
|
||||
bindsym Shift+Print exec i3-scrot -s
|
||||
bindsym Mod1+Sys_Req exec i3-scrot -w
|
||||
bindsym $mod+F1 exec --no-startup-id i3-sensible-terminal -e alsamixer
|
||||
bindsym $mod+F2 exec --no-startup-id sensible-browser
|
||||
bindsym $mod+F3 exec --no-startup-id i3-sensible-terminal -e ranger
|
||||
bindsym $mod+F4 exec --no-startup-id galculator
|
||||
bindsym $mod+F5 exec --no-startup-id i3-sensible-terminal -e cmus
|
||||
EOF
|
||||
}
|
||||
|
||||
@@ -11,42 +11,6 @@ function polybarConfig(){
|
||||
|
||||
local USER='$USER'
|
||||
cat << POLYBAR
|
||||
[bar/i3wmthemer_bar]
|
||||
width = 100%
|
||||
height = 27
|
||||
radius = 0
|
||||
fixed-center = false
|
||||
|
||||
background = ${polybar['background']}
|
||||
foreground = ${polybar['foreground']}
|
||||
|
||||
line-size = 3
|
||||
line-color =
|
||||
|
||||
border-size = 0
|
||||
border-color =
|
||||
|
||||
padding-left = 0
|
||||
padding-right = 2
|
||||
|
||||
module-margin-left = 1
|
||||
module-margin-right = 2
|
||||
|
||||
font-0 = "Source Code Pro:style=semibold:size=10;1"
|
||||
font-1 = "FontAwesome:size=10;1"
|
||||
|
||||
modules-left = ${polybar['modules-left']}
|
||||
modules-center = ${polybar['modules-center']}
|
||||
modules-right = ${polybar['modules-right']}
|
||||
|
||||
tray-position = none
|
||||
;tray-padding =
|
||||
;wm-restack = i3
|
||||
override-redirect = false
|
||||
|
||||
cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
|
||||
[module/i3]
|
||||
type = internal/i3
|
||||
format = <label-state> <label-mode>
|
||||
|
||||
Reference in New Issue
Block a user