From f041702ae0d9eb93d3028eae3411bd8d81fb3a0e Mon Sep 17 00:00:00 2001 From: natemaia Date: Mon, 5 Feb 2018 19:31:56 -0800 Subject: [PATCH] Large update, remove old scripts & gorice, merge some together --- etc/X11/xorg.conf.d/40-touchpad.conf | 6 - home/.Xresources | 157 +- home/.Xresources.template | 120 -- home/.config/Thunar/uca.xml | 82 +- home/.config/bspwm/bspwmrc | 36 +- home/.config/dunst/dunstrc | 84 +- home/.config/dunst/dunstrc.template | 50 - home/.config/fontconfig/fonts.conf | 102 +- home/.config/gtk-2.0/gtkfilechooser.ini | 11 - home/.config/gtk-3.0/bookmarks | 2 +- home/.config/i3/config | 66 +- home/.config/jgmenu/jgmenurc | 64 +- home/.config/obmenu-generator/config.pl | 48 +- home/.config/obmenu-generator/schema.pl | 16 +- home/.config/openbox/menu.xml | 384 ++-- home/.config/openbox/rc.xml | 1709 +++++++---------- home/.config/polybar/config | 4 +- home/.config/polybar/master.conf | 92 +- home/.config/polybar/master.conf.template | 65 - home/.config/polybar/modules.conf | 217 +-- home/.config/rofi/config | 1 - home/.config/setup | 2 +- home/.config/sxhkd/sxhkdrc | 67 +- home/.config/termite/config.template | 55 - home/.gorice/output.yaml.template | 24 - home/.gorice/templates/i3/acid-drop.yaml | 32 - home/.gorice/templates/i3/adwaita-dark.yaml | 31 - home/.gorice/templates/i3/adwaita.yaml | 31 - home/.gorice/templates/i3/archlabs.yaml | 33 - home/.gorice/templates/i3/blue.yaml | 32 - home/.gorice/templates/i3/data.json | 1 - home/.gorice/templates/i3/default.yaml | 33 - home/.gorice/templates/i3/float.yaml | 32 - home/.gorice/templates/i3/floral.yaml | 32 - home/.gorice/templates/i3/green-devil.yaml | 32 - home/.gorice/templates/i3/grey-sky.yaml | 32 - home/.gorice/templates/i3/kraken.yaml | 32 - home/.gorice/templates/i3/mono.yaml | 32 - home/.gorice/templates/i3/neon.yaml | 32 - home/.gorice/templates/i3/red-baron.yaml | 32 - home/.gorice/templates/i3/reload.sh | 8 - home/.gorice/templates/i3/reload.sh.template | 8 - home/.gorice/templates/i3/yasukue.yaml | 33 - home/.themes/gorice/openbox-3/bullet.xbm | 4 - home/.themes/gorice/openbox-3/close.xbm | 5 - home/.themes/gorice/openbox-3/desk.xbm | 4 - .../.themes/gorice/openbox-3/desk_toggled.xbm | 4 - home/.themes/gorice/openbox-3/iconify.xbm | 5 - home/.themes/gorice/openbox-3/max.xbm | 5 - home/.themes/gorice/openbox-3/max_toggled.xbm | 5 - home/.themes/gorice/openbox-3/shade.xbm | 4 - .../gorice/openbox-3/shade_toggled.xbm | 4 - home/.themes/gorice/openbox-3/themerc | 155 -- .../.themes/gorice/openbox-3/themerc.template | 155 -- home/.xprofile | 6 - home/.xserverrc | 7 - home/bin/check-updates | 36 - home/bin/config_ui | 147 -- home/bin/gorice | Bin 1173904 -> 0 bytes home/bin/polybar-trash | 35 +- home/bin/rofi-apps | 6 - home/bin/rofi-gorice | 8 - home/bin/rofi-gorice.template | 8 - home/bin/rofi-logout | 25 - home/bin/rofi-logout.template | 25 - home/bin/rofi-window | 6 - home/bin/rofi-window.template | 6 - home/bin/rofr.sh | 81 + home/bin/start-compton | 1 - home/bin/toggle-caffeine | 25 - home/bin/toggle-compton | 22 - home/bin/toggle-polybar | 9 - home/bin/toggle-redshift | 32 - home/bin/toggle-termite | 12 - home/bin/toggle.sh | 158 ++ home/bin/updates.sh | 36 + upgrade-archlabs | 8 +- 77 files changed, 1704 insertions(+), 3307 deletions(-) mode change 100755 => 100644 home/.Xresources delete mode 100644 home/.Xresources.template mode change 100755 => 100644 home/.config/dunst/dunstrc delete mode 100644 home/.config/dunst/dunstrc.template delete mode 100644 home/.config/gtk-2.0/gtkfilechooser.ini delete mode 100644 home/.config/polybar/master.conf.template delete mode 100644 home/.config/rofi/config delete mode 100644 home/.config/termite/config.template delete mode 100755 home/.gorice/output.yaml.template delete mode 100644 home/.gorice/templates/i3/acid-drop.yaml delete mode 100644 home/.gorice/templates/i3/adwaita-dark.yaml delete mode 100644 home/.gorice/templates/i3/adwaita.yaml delete mode 100644 home/.gorice/templates/i3/archlabs.yaml delete mode 100644 home/.gorice/templates/i3/blue.yaml delete mode 100755 home/.gorice/templates/i3/data.json delete mode 100644 home/.gorice/templates/i3/default.yaml delete mode 100644 home/.gorice/templates/i3/float.yaml delete mode 100644 home/.gorice/templates/i3/floral.yaml delete mode 100644 home/.gorice/templates/i3/green-devil.yaml delete mode 100644 home/.gorice/templates/i3/grey-sky.yaml delete mode 100644 home/.gorice/templates/i3/kraken.yaml delete mode 100644 home/.gorice/templates/i3/mono.yaml delete mode 100644 home/.gorice/templates/i3/neon.yaml delete mode 100644 home/.gorice/templates/i3/red-baron.yaml delete mode 100755 home/.gorice/templates/i3/reload.sh delete mode 100644 home/.gorice/templates/i3/reload.sh.template delete mode 100644 home/.gorice/templates/i3/yasukue.yaml delete mode 100644 home/.themes/gorice/openbox-3/bullet.xbm delete mode 100644 home/.themes/gorice/openbox-3/close.xbm delete mode 100644 home/.themes/gorice/openbox-3/desk.xbm delete mode 100644 home/.themes/gorice/openbox-3/desk_toggled.xbm delete mode 100644 home/.themes/gorice/openbox-3/iconify.xbm delete mode 100644 home/.themes/gorice/openbox-3/max.xbm delete mode 100644 home/.themes/gorice/openbox-3/max_toggled.xbm delete mode 100644 home/.themes/gorice/openbox-3/shade.xbm delete mode 100644 home/.themes/gorice/openbox-3/shade_toggled.xbm delete mode 100755 home/.themes/gorice/openbox-3/themerc delete mode 100644 home/.themes/gorice/openbox-3/themerc.template mode change 100755 => 100644 home/.xprofile delete mode 100755 home/.xserverrc delete mode 100755 home/bin/check-updates delete mode 100755 home/bin/config_ui delete mode 100755 home/bin/gorice delete mode 100755 home/bin/rofi-apps delete mode 100755 home/bin/rofi-gorice delete mode 100644 home/bin/rofi-gorice.template delete mode 100755 home/bin/rofi-logout delete mode 100644 home/bin/rofi-logout.template delete mode 100755 home/bin/rofi-window delete mode 100644 home/bin/rofi-window.template create mode 100755 home/bin/rofr.sh delete mode 100755 home/bin/toggle-caffeine delete mode 100755 home/bin/toggle-compton delete mode 100755 home/bin/toggle-polybar delete mode 100755 home/bin/toggle-redshift delete mode 100755 home/bin/toggle-termite create mode 100755 home/bin/toggle.sh create mode 100755 home/bin/updates.sh diff --git a/etc/X11/xorg.conf.d/40-touchpad.conf b/etc/X11/xorg.conf.d/40-touchpad.conf index 9eb48228..affcca69 100644 --- a/etc/X11/xorg.conf.d/40-touchpad.conf +++ b/etc/X11/xorg.conf.d/40-touchpad.conf @@ -20,10 +20,6 @@ Section "InputClass" Option "Ignore" "on" EndSection -# This option enables the bottom right corner to be a right button on clickpads -# and the right and middle top areas to be right / middle buttons on clickpads -# with a top button area. -# This option is only interpreted by clickpads. Section "InputClass" Identifier "Default clickpad buttons" MatchDriver "libinput" @@ -31,8 +27,6 @@ Section "InputClass" Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%" EndSection -# This option disables software buttons on Apple touchpads. -# This option is only interpreted by clickpads. Section "InputClass" Identifier "Disable clickpad buttons on Apple touchpads" MatchProduct "Apple|bcm5974" diff --git a/home/.Xresources b/home/.Xresources old mode 100755 new mode 100644 index d1c39a7a..a18ebea8 --- a/home/.Xresources +++ b/home/.Xresources @@ -2,49 +2,33 @@ ! theme colors ! ------------------------------------------------------------------------------ ! special -*.foreground: #c0c5ce -*.background: #2b303b -*.cursorColor: #c0c5ce +*.foreground: #c0c5ce +*.background: #2b303b +*.cursorColor: #c0c5ce -! black -*.color0: #2b303b -*.color8: #65737e - -! red -*.color1: #bf616a -*.color9: #bf616a - -! green -*.color2: #a3be8c -*.color10: #a3be8c - -! yellow -*.color3: #ebcb8b -*.color11: #ebcb8b - -! blue -*.color4: #8fa1b3 -*.color12: #8fa1b3 - -! magenta -*.color5: #b48ead -*.color13: #b48ead - -! cyan -*.color6: #96b5b4 -*.color14: #96b5b4 - -! white -*.color7: #65737e -*.color15: #F6F6F6 +*.color0: #2b303b +*.color1: #bf616a +*.color2: #a3be8c +*.color3: #ebcb8b +*.color4: #8fa1b3 +*.color5: #b48ead +*.color6: #96b5b4 +*.color7: #65737e +*.color8: #65737e +*.color9: #bf616a +*.color10: #a3be8c +*.color11: #ebcb8b +*.color12: #8fa1b3 +*.color13: #b48ead +*.color14: #96b5b4 +*.color15: #F6F6F6 ! ------------------------------------------------------------------------------ ! xterm ! ------------------------------------------------------------------------------ - -xterm*font: 7x13 -xterm*faceName: Monospace:size=10:antialias=false +xterm*font: Ubuntu Mono +xterm*faceName: Ubuntu Mono:size=11:antialias=false xterm*loginShell: true xterm*vt100*geometry: 90x34 xterm*saveLines: 2000 @@ -52,69 +36,60 @@ xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 xterm*termName: xterm-256color xterm*eightBitInput: false - ! ------------------------------------------------------------------------------ ! URxvt ! ----------------------------------------------------------------------------- - -! general settings -URxvt*saveline: 15000 -URxvt*termName: rxvt-256color -URxvt*iso14755: false - -! appearance -URxvt*depth: 32 -URxvt*background: [90]#2b303b -URxvt*scrollBar: false -URxvt*scrollBar_right: false -URxvt*internalBorder: 0 -URxvt*externalBorder: 0 - -! fonts -URxvt*letterSpace: -1 +URxvt*saveline: 15000 +URxvt*termName: rxvt-256color +URxvt*iso14755: false +URxvt*depth: 32 +URxvt*background: [90]#2b303b +URxvt*scrollBar: false +URxvt*scrollBar_right: false +URxvt*internalBorder: 0 +URxvt*externalBorder: 0 +URxvt*letterSpace: -1 URxvt.font: xft:Ubuntu Mono:size=11 -! run :.!fc-list | grep - -! perl extensions -URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select - -! macros for clipboard and selection "m"=Alt -URxvt.copyCommand: xclip -i -selection clipboard -URxvt.pasteCommand: xclip -o -selection clipboard -URxvt.keysym.m-c: perl:clipboard:copy -URxvt.keysym.m-v: perl:clipboard:paste -URxvt.urlLauncher: exo-open -URxvt.underlineURLs: true -URxvt.urlButton: 1 -URxvt.geometry: 90x30 - -! tabbed +URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select +URxvt.copyCommand: xclip -i -selection clipboard +URxvt.pasteCommand: xclip -o -selection clipboard +URxvt.keysym.m-c: perl:clipboard:copy +URxvt.keysym.m-v: perl:clipboard:paste +URxvt.urlLauncher: exo-open +URxvt.underlineURLs: true +URxvt.urlButton: 1 +URxvt.geometry: 90x30 URxvt.tabbed.tabbar-fg: 4 URxvt.tabbed.tabbar-bg: 16 -URxvt.tabbed.tab-fg: 15 -URxvt.tabbed.tab-bg: 4 -URxvt*buffered: false - +URxvt.tabbed.tab-fg: 15 +URxvt.tabbed.tab-bg: 4 +URxvt*buffered: false ! ------------------------------------------------------------------------------ ! UXTerm ! ------------------------------------------------------------------------------ - -! termtype UXTerm*termName: xterm-256color +UXTerm*cursorColor: white +UXTerm*VT100.geometry: 90x30 +UXTerm*font: Ubuntu Mono +UXTerm*faceSize: 12 +UXTerm*dynamicColors: true +UXTerm*utf8: 2 +UXTerm*eightBitInput: true +UXTerm*saveLines: 10000 +UXTerm*scrollKey: true +UXTerm*scrollTtyOutput: false +UXTerm*scrollBar: false +UXTerm*rightScrollBar: false +UXTerm*jumpScroll: true +UXTerm*multiScroll: true +UXTerm*toolBar: false -UXTerm*cursorColor: white -UXTerm*VT100.geometry: 90x30 -UXTerm*font: Monospace -UXTerm*faceSize: 12 -UXTerm*dynamicColors: true -UXTerm*utf8: 2 -UXTerm*eightBitInput: true -UXTerm*saveLines: 10000 -UXTerm*scrollKey: true -UXTerm*scrollTtyOutput: false -UXTerm*scrollBar: false -UXTerm*rightScrollBar: false -UXTerm*jumpScroll: true -UXTerm*multiScroll: true -UXTerm*toolBar: false +! ------------------------------------------------------------------------------ +! Rofi +! ------------------------------------------------------------------------------ +rofi.font: Ubuntu Mono 12 +rofi.color-enabled: true +rofi.color-window: #2b303b, #2b303b, #2b303b +rofi.color-normal: #2b303b, #c0c5ce, #2b303b, #8fa1b3, #2b303b +rofi.separator-style: solid diff --git a/home/.Xresources.template b/home/.Xresources.template deleted file mode 100644 index c2126316..00000000 --- a/home/.Xresources.template +++ /dev/null @@ -1,120 +0,0 @@ -! ------------------------------------------------------------------------------ -! theme colors -! ------------------------------------------------------------------------------ -! special -*.foreground: {{.Data.terminal_foreground}} -*.background: {{.Data.terminal_background}} -*.cursorColor: {{.Data.terminal_foreground}} - -! black -*.color0: {{index .Data.terminal_colors 0}} -*.color8: {{index .Data.terminal_colors 7}} - -! red -*.color1: {{index .Data.terminal_colors 1}} -*.color9: {{index .Data.terminal_colors 1}} - -! green -*.color2: {{index .Data.terminal_colors 2}} -*.color10: {{index .Data.terminal_colors 2}} - -! yellow -*.color3: {{index .Data.terminal_colors 3}} -*.color11: {{index .Data.terminal_colors 3}} - -! blue -*.color4: {{index .Data.terminal_colors 4}} -*.color12: {{index .Data.terminal_colors 4}} - -! magenta -*.color5: {{index .Data.terminal_colors 5}} -*.color13: {{index .Data.terminal_colors 5}} - -! cyan -*.color6: {{index .Data.terminal_colors 6}} -*.color14: {{index .Data.terminal_colors 6}} - -! white -*.color7: {{index .Data.terminal_colors 7}} -*.color15: {{index .Data.terminal_colors 8}} - - -! ------------------------------------------------------------------------------ -! xterm -! ------------------------------------------------------------------------------ - -xterm*font: 7x13 -xterm*faceName: Monospace:size=10:antialias=false -xterm*loginShell: true -xterm*vt100*geometry: 90x34 -xterm*saveLines: 2000 -xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 -xterm*termName: xterm-256color -xterm*eightBitInput: false - - -! ------------------------------------------------------------------------------ -! URxvt -! ----------------------------------------------------------------------------- - -! general settings -URxvt*saveline: 15000 -URxvt*termName: rxvt-256color -URxvt*iso14755: false - -! appearance -URxvt*depth: 32 -URxvt*background: [90]{{.Data.terminal_background}} -URxvt*scrollBar: false -URxvt*scrollBar_right: false -URxvt*internalBorder: 0 -URxvt*externalBorder: 0 - -! fonts -URxvt*letterSpace: -1 -URxvt.font: xft:Ubuntu Mono:size=11 -! run :.!fc-list | grep - -! perl extensions -URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select - -! macros for clipboard and selection "m"=Alt -URxvt.copyCommand: xclip -i -selection clipboard -URxvt.pasteCommand: xclip -o -selection clipboard -URxvt.keysym.m-c: perl:clipboard:copy -URxvt.keysym.m-v: perl:clipboard:paste -URxvt.urlLauncher: exo-open -URxvt.underlineURLs: true -URxvt.urlButton: 1 -URxvt.geometry: 90x30 - -! tabbed -URxvt.tabbed.tabbar-fg: 4 -URxvt.tabbed.tabbar-bg: 16 -URxvt.tabbed.tab-fg: 15 -URxvt.tabbed.tab-bg: 4 -URxvt*buffered: false - - -! ------------------------------------------------------------------------------ -! UXTerm -! ------------------------------------------------------------------------------ - -! termtype -UXTerm*termName: xterm-256color - -UXTerm*cursorColor: white -UXTerm*VT100.geometry: 90x30 -UXTerm*font: Monospace -UXTerm*faceSize: 12 -UXTerm*dynamicColors: true -UXTerm*utf8: 2 -UXTerm*eightBitInput: true -UXTerm*saveLines: 10000 -UXTerm*scrollKey: true -UXTerm*scrollTtyOutput: false -UXTerm*scrollBar: false -UXTerm*rightScrollBar: false -UXTerm*jumpScroll: true -UXTerm*multiScroll: true -UXTerm*toolBar: false diff --git a/home/.config/Thunar/uca.xml b/home/.config/Thunar/uca.xml index 4f89abc1..2fd15853 100644 --- a/home/.config/Thunar/uca.xml +++ b/home/.config/Thunar/uca.xml @@ -1,44 +1,44 @@ - - utilities-terminal - Open in Terminal - 1499240572835265-1 - exo-open --launch TerminalEmulator %f - - * - - - - - document-open - Open as Root - 1498523394840843-5 - gksu thunar %f - - * - - - - archive-extract - Extract Here - 1500573442438340-2 - file-roller -h %N - - * - - - - - archive-insert - Archive - 1500573639456321-3 - file-roller -d %F - Archive selected items - * - - - - - + + utilities-terminal + Open in Terminal + 1499240572835265-1 + exo-open --launch TerminalEmulator %f + + * + + + + + document-open + Open as Root + 1498523394840843-5 + gksu thunar %f + + * + + + + archive-extract + Extract Here + 1500573442438340-2 + file-roller -h %N + + * + + + + + archive-insert + Archive + 1500573639456321-3 + file-roller -d %F + Archive selected items + * + + + + + diff --git a/home/.config/bspwm/bspwmrc b/home/.config/bspwm/bspwmrc index 4fd7eb53..9f4d113d 100755 --- a/home/.config/bspwm/bspwmrc +++ b/home/.config/bspwm/bspwmrc @@ -2,46 +2,40 @@ # key bindings sxhkd & - # wallpaper nitrogen --restore & - # set super key to launch rofi ksuperkey -e 'Super_L=Alt_L|F1' & - # launch compton al-compositor --start & - # gnome polkit lxpolkit & - # panel sleep 1; al-polybar-session & # Set some bsp specific stuff bspc monitor -d I II III IV V VI VII VIII IX X -bspc config border_width 3 -bspc config window_gap 12 -bspc config top_padding 18 -bspc config right_padding 0 -bspc config bottom_padding 0 -bspc config left_padding 0 +bspc config border_width 3 +bspc config window_gap 12 +bspc config top_padding 18 +bspc config right_padding 0 +bspc config bottom_padding 0 +bspc config left_padding 0 -bspc config split_ratio 0.54 -bspc config borderless_monocle false -bspc config gapless_monocle true -bspc config paddingless_monocle true +bspc config split_ratio 0.54 +bspc config borderless_monocle false +bspc config gapless_monocle true +bspc config paddingless_monocle true -bspc config pointer_modifier mod1 -bspc config click_to_focus true -bspc config pointer_action1 move -bspc config pointer_action2 resize_side -bspc config pointer_action3 resize_corner +bspc config pointer_modifier mod1 +bspc config click_to_focus true +bspc config pointer_action1 move +bspc config pointer_action2 resize_side +bspc config pointer_action3 resize_corner bspc rule -a thunar desktop='^1' state=floating follow=on bspc rule -a firefox desktop='^2' -bspc rule -a mplayer2 state=floating bspc rule -a Galculator state=floating bspc rule -a Void_Exit_Session state=floating layer=above bspc rule -a Exit_Session state=floating layer=above diff --git a/home/.config/dunst/dunstrc b/home/.config/dunst/dunstrc old mode 100755 new mode 100644 index 7a0b061b..1a5a6077 --- a/home/.config/dunst/dunstrc +++ b/home/.config/dunst/dunstrc @@ -1,50 +1,48 @@ [global] - font = Ubuntu 11 - markup = yes - format = "%s\n%b" - sort = yes - indicate_hidden = yes - alignment = center - bounce_freq = 0 - show_age_threshold = 60 - word_wrap = yes - ignore_newline = no - geometry = "400x10-20+40" - shrink = yes - transparency = 0 - idle_threshold = 0 - #monitor = 0 - follow = mouse - sticky_history = yes - history_length = 20 - show_indicators = no - line_height = 0 - separator_height = 2 - padding = 10 - horizontal_padding = 20 - frame_color = "#c0c5ce" - separator_color = frame - frame_width = 1 - startup_notification = false - dmenu = /usr/bin/dmenu -p dunst: - browser = /usr/bin/firefox - icon_position = left - icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ - -[shortcuts] +font = Ubuntu 11 +markup = yes +format = "%s\n%b" +sort = yes +indicate_hidden = yes +alignment = center +bounce_freq = 0 +show_age_threshold = 60 +word_wrap = yes +ignore_newline = no +geometry = "400x10-20+40" +shrink = yes +transparency = 0 +idle_threshold = 0 +#monitor = 0 +follow = mouse +sticky_history = yes +history_length = 20 +show_indicators = no +line_height = 0 +separator_height = 2 +padding = 10 +horizontal_padding = 20 +frame_color = "#c0c5ce" +separator_color = frame +frame_width = 1 +startup_notification = false +dmenu = /usr/bin/dmenu -p dunst: +browser = /usr/bin/firefox +icon_position = left +icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ [urgency_low] - background = "#2b303b" - foreground = "#c0c5ce" - timeout = 3 +background = "#2b303b" +foreground = "#c0c5ce" +timeout = 3 [urgency_normal] - background = "#2b303b" - foreground = "#c0c5ce" - timeout = 3 +background = "#2b303b" +foreground = "#c0c5ce" +timeout = 3 [urgency_critical] - background = "#2b303b" - foreground = "#bf616a" - frame_color = "#bf616a" - timeout = 5 +background = "#2b303b" +foreground = "#bf616a" +frame_color = "#bf616a" +timeout = 5 diff --git a/home/.config/dunst/dunstrc.template b/home/.config/dunst/dunstrc.template deleted file mode 100644 index 545e454c..00000000 --- a/home/.config/dunst/dunstrc.template +++ /dev/null @@ -1,50 +0,0 @@ -[global] - font = Ubuntu 11 - markup = yes - format = "%s\n%b" - sort = yes - indicate_hidden = yes - alignment = center - bounce_freq = 0 - show_age_threshold = 60 - word_wrap = yes - ignore_newline = no - geometry = "400x10-20+40" - shrink = yes - transparency = 0 - idle_threshold = 0 - #monitor = 0 - follow = mouse - sticky_history = yes - history_length = 20 - show_indicators = no - line_height = 0 - separator_height = 2 - padding = 10 - horizontal_padding = 20 - frame_color = "{{.Data.border_color}}" - separator_color = frame - frame_width = 1 - startup_notification = false - dmenu = /usr/bin/dmenu -p dunst: - browser = /usr/bin/firefox - icon_position = left - icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ - -[shortcuts] - -[urgency_low] - background = "{{.Data.terminal_background}}" - foreground = "{{.Data.terminal_foreground}}" - timeout = 3 - -[urgency_normal] - background = "{{.Data.terminal_background}}" - foreground = "{{.Data.terminal_foreground}}" - timeout = 3 - -[urgency_critical] - background = "{{.Data.terminal_background}}" - foreground = "{{index .Data.terminal_colors 1}}" - frame_color = "{{index .Data.terminal_colors 1}}" - timeout = 5 diff --git a/home/.config/fontconfig/fonts.conf b/home/.config/fontconfig/fonts.conf index 56208f7d..cad51b0b 100644 --- a/home/.config/fontconfig/fonts.conf +++ b/home/.config/fontconfig/fonts.conf @@ -1,56 +1,56 @@ - - - true - - - true - - - hintslight - - - rgb - - - true - - - lcddefault - - - - - serif - - Ubuntu - - - - sans-serif - - Ubuntu - - - - sans - - Ubuntu - - - - monospace - - Ubuntu Mono - - - - mono - - Ubuntu Mono - - + + + true + + + true + + + hintslight + + + rgb + + + true + + + lcddefault + + + + + serif + + Ubuntu + + + + sans-serif + + Ubuntu + + + + sans + + Ubuntu + + + + monospace + + Ubuntu Mono + + + + mono + + Ubuntu Mono + + diff --git a/home/.config/gtk-2.0/gtkfilechooser.ini b/home/.config/gtk-2.0/gtkfilechooser.ini deleted file mode 100644 index c3093946..00000000 --- a/home/.config/gtk-2.0/gtkfilechooser.ini +++ /dev/null @@ -1,11 +0,0 @@ -[Filechooser Settings] -LocationMode=path-bar -ShowHidden=false -ShowSizeColumn=true -GeometryX=0 -GeometryY=0 -GeometryWidth=750 -GeometryHeight=650 -SortColumn=name -SortOrder=ascending -StartupMode=recent diff --git a/home/.config/gtk-3.0/bookmarks b/home/.config/gtk-3.0/bookmarks index fedff593..bfdff79d 100644 --- a/home/.config/gtk-3.0/bookmarks +++ b/home/.config/gtk-3.0/bookmarks @@ -5,7 +5,7 @@ file:///home/liveuser/Pictures file:///home/liveuser/Music file:///home/liveuser/Videos file:///home/liveuser/Templates -file:///home/liveuser/.config configs +file:///home/liveuser/.config .config file:///home/liveuser/.config/polybar file:///home/liveuser/.config/neofetch file:///home/liveuser/.config/termite diff --git a/home/.config/i3/config b/home/.config/i3/config index e65d1476..5a40c641 100644 --- a/home/.config/i3/config +++ b/home/.config/i3/config @@ -102,10 +102,10 @@ bindsym $Mod+Shift+q kill bindsym Mod1+q kill # launchers -bindsym Control+space exec --no-startup-id rofi-gorice +bindsym Control+space exec --no-startup-id rofr.sh -r # this is needed for super key to launch rofi -bindsym Mod1+F1 exec --no-startup-id rofi-gorice +bindsym Mod1+F1 exec --no-startup-id rofr.sh -r # core bindsym $Mod+e exec --no-startup-id geany @@ -114,7 +114,7 @@ bindsym $Mod+w exec exo-open --launch WebBrowser bindsym $Mod+f exec exo-open --launch FileManager # logout -bindsym $Mod+x exec --no-startup-id rofi-logout +bindsym $Mod+x exec --no-startup-id rofr.sh -l # long command broken into multiple lines bindsym Print exec --no-startup-id "scrot '%S.png' \ @@ -122,14 +122,14 @@ bindsym Print exec --no-startup-id "scrot '%S.png' \ ; gpicview $$(xdg-user-dir PICTURES)/ArchLabs-%S-$wx$h.png'" # audio -bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause -bindsym XF86AudioNext exec --no-startup-id playerctl next -bindsym XF86AudioPrev exec --no-startup-id playerctl previous -bindsym XF86AudioStop exec --no-startup-id playerctl stop -bindsym XF86AudioRaiseVolume exec --no-startup-id pamixer -i 2 -bindsym XF86AudioLowerVolume exec --no-startup-id pamixer -d 2 -bindsym XF86AudioMute exec --no-startup-id pamixer -t -bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10 +bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause +bindsym XF86AudioNext exec --no-startup-id playerctl next +bindsym XF86AudioPrev exec --no-startup-id playerctl previous +bindsym XF86AudioStop exec --no-startup-id playerctl stop +bindsym XF86AudioRaiseVolume exec --no-startup-id pamixer -i 2 +bindsym XF86AudioLowerVolume exec --no-startup-id pamixer -d 2 +bindsym XF86AudioMute exec --no-startup-id pamixer -t +bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10 bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10 #################################################################################################### @@ -181,10 +181,8 @@ bindsym $Mod+Shift+c reload #################################################################################################### # Scratchpad, Floating -bindsym Mod1+minus move scratchpad -bindsym Mod1+plus scratchpad show -bindsym $Mod+space floating toggle -floating_modifier Mod1 +bindsym $Mod+Shift+space floating toggle +floating_modifier Mod1 # change focus bindsym $Mod+$left focus left @@ -198,8 +196,8 @@ bindsym $Mod+Down focus down bindsym $Mod+Up focus up bindsym $Mod+Right focus right -bindsym $Mod+p focus parent -bindsym $Mod+c focus child +bindsym $Mod+p focus parent +bindsym $Mod+c focus child # move focused window bindsym $Mod+Shift+$left move left 10px @@ -214,10 +212,10 @@ bindsym $Mod+Shift+Left move left 10px bindsym $Mod+Shift+Right move right 10px # Size -bindsym Mod1+Up resize shrink height 10 px or 1 ppt -bindsym Mod1+Down resize grow height 10 px or 1 ppt -bindsym Mod1+Left resize shrink width 10 px or 1 ppt -bindsym Mod1+Right resize grow width 10 px or 1 ppt +bindsym Mod1+Up resize shrink height 10 px or 1 ppt +bindsym Mod1+Down resize grow height 10 px or 1 ppt +bindsym Mod1+Left resize shrink width 10 px or 1 ppt +bindsym Mod1+Right resize grow width 10 px or 1 ppt # layout toggle, keycode 23 is Tab bindcode Mod1+23 layout toggle tabbed split @@ -255,7 +253,6 @@ bindsym $Mod+plus gaps inner current plus 5 bindsym $Mod+minus gaps inner current minus 5 bindsym $Mod+Shift+plus gaps outer current plus 5 bindsym $Mod+Shift+minus gaps outer current minus 5 - bindsym $Mod+Control+plus gaps inner all plus 5 bindsym $Mod+Control+minus gaps inner all minus 5 bindsym $Mod+Control+Shift+plus gaps outer all plus 5 @@ -266,29 +263,20 @@ bindsym $Mod+Control+Shift+minus gaps outer all minus 5 ################# application settings ################# #################################################################################################### -# focus & floating -for_window [class="(?i)(?:lxapp\w+|peek)"] floating enable, focus -for_window [class="(?i)(?:gpic\w+|gvim)"] floating enable, focus -for_window [class="(?i)(?:deluge|nitrogen)"] floating enable, focus -for_window [class="(?i)(?:qt5ct|pinentry)"] floating enable, focus -for_window [class="(?i)(?:termite|thunar)"] focus -for_window [class="(?i)(?:geany|firefox)"] focus +for_window [class="(?i)(?:qt5ct|pinentry)"] floating enable, focus +for_window [class="(?i)(?:termite|thunar)"] focus +for_window [class="(?i)(?:geany|firefox)"] focus # Assign Applications to specific workspace # get class with xprop -assign [class="(?i)(?:firefox)"] → $WS1 -assign [class="(?i)(?:geany)"] → $WS2 -assign [class="(?i)(?:thunar)"] → $WS3 -assign [class="(?i)(?:gimp|nitrogen)"] → $WS4 +assign [class="(?i)(?:firefox)"] → $WS1 +assign [class="(?i)(?:geany)"] → $WS2 +assign [class="(?i)(?:thunar)"] → $WS3 # focus, floating, & sticky -for_window [title="(?i)(?:copying|deleting|moving|auth\w+)"] floating enable, sticky enable -for_window [window_role="(?i)(?:pop-up|setup|preferen\w+)"] floating enable, sticky enable +for_window [title="(?i)(?:copying|deleting|moving)"] floating enable +for_window [window_role="(?i)(?:pop-up|setup)"] floating enable # set trayer to be borderless for_window [class="(?i)trayer"] border pixel 0 - - -# start on main workspaces when reloading i3 (keep me at the bottom) -exec_always --no-startup-id i3-msg 'workspace $WS5, workspace $WS1' diff --git a/home/.config/jgmenu/jgmenurc b/home/.config/jgmenu/jgmenurc index ccd71fdb..e6211b6d 100644 --- a/home/.config/jgmenu/jgmenurc +++ b/home/.config/jgmenu/jgmenurc @@ -1,43 +1,43 @@ # jgmenurc -at_pointer = 0 -stay_alive = 1 -multi_window = 1 -tint2_look = 1 -csv_cmd = lx +at_pointer = 0 +stay_alive = 1 +multi_window = 1 +tint2_look = 1 +csv_cmd = lx -menu_halign = left -menu_valign = top -menu_margin_x = 4 -menu_margin_y = 32 +menu_halign = left +menu_valign = top +menu_margin_x = 4 +menu_margin_y = 32 -menu_width = 200 -menu_radius = 0 -menu_border = 1 +menu_width = 200 +menu_radius = 0 +menu_border = 1 -menu_padding_top = 10 -menu_padding_right = 2 +menu_padding_top = 10 +menu_padding_right = 2 menu_padding_bottom = 5 -menu_padding_left = 2 +menu_padding_left = 2 -item_height = 30 -item_padding_x = 8 -item_margin_y = 5 -item_radius = 0 -item_border = 0 -sep_height = 5 +item_height = 30 +item_padding_x = 8 +item_margin_y = 5 +item_radius = 0 +item_border = 0 +sep_height = 5 -icon_size = 24 -font = Ubuntu 12px +icon_size = 24 +font = Ubuntu 12px sub_hover_action = 1 -terminal_exec = termite -terminal_args = -e +terminal_exec = termite +terminal_args = -e -color_menu_bg = #2b303b 100 -color_menu_fg = #8fa1b3 100 -color_norm_bg = #2b303b 0 -color_norm_fg = #8fa1b3 100 -color_sel_bg = #8fa1b3 60 -color_sel_fg = #2b303b 100 -color_sep_fg = #8fa1b3 40 +color_menu_bg = #2b303b 100 +color_menu_fg = #8fa1b3 100 +color_norm_bg = #2b303b 0 +color_norm_fg = #8fa1b3 100 +color_sel_bg = #8fa1b3 60 +color_sel_fg = #2b303b 100 +color_sep_fg = #8fa1b3 40 diff --git a/home/.config/obmenu-generator/config.pl b/home/.config/obmenu-generator/config.pl index cc3e8611..c90b5bd6 100644 --- a/home/.config/obmenu-generator/config.pl +++ b/home/.config/obmenu-generator/config.pl @@ -74,29 +74,29 @@ our $CONFIG = { "editor" => "exo-open", - "Linux::DesktopFiles" => { - desktop_files_paths => [ - "/usr/share/applications", - "/usr/local/share/applications", - "/usr/share/applications/kde4", - "$ENV{HOME}/.local/share/applications", - ], - gtk_rc_filename => "$ENV{HOME}/.gtkrc-2.0", - icon_dirs_first => undef, - icon_dirs_last => undef, - icon_dirs_second => undef, - keep_unknown_categories => 1, - skip_entry => undef, - skip_filename_re => undef, - skip_svg_icons => 0, - strict_icon_dirs => undef, - substitutions => undef, - terminalization_format => "%s -e '%s'", - terminalize => 1, - unknown_category_key => "other", + "Linux::DesktopFiles" => { + desktop_files_paths => [ + "/usr/share/applications", + "/usr/local/share/applications", + "/usr/share/applications/kde4", + "$ENV{HOME}/.local/share/applications", + ], + gtk_rc_filename => "$ENV{HOME}/.gtkrc-2.0", + icon_dirs_first => undef, + icon_dirs_last => undef, + icon_dirs_second => undef, + keep_unknown_categories => 1, + skip_entry => undef, + skip_filename_re => undef, + skip_svg_icons => 0, + strict_icon_dirs => undef, + substitutions => undef, + terminalization_format => "%s -e '%s'", + terminalize => 1, + unknown_category_key => "other", }, - "missing_icon" => "gtk-missing-image", - "name_keys" => ["Name"], - "terminal" => "termite", - "VERSION" => 0.71, + "missing_icon" => "gtk-missing-image", + "name_keys" => ["Name"], + "terminal" => "termite", + "VERSION" => 0.71, } diff --git a/home/.config/obmenu-generator/schema.pl b/home/.config/obmenu-generator/schema.pl index 30b83de2..9def112e 100644 --- a/home/.config/obmenu-generator/schema.pl +++ b/home/.config/obmenu-generator/schema.pl @@ -4,16 +4,16 @@ =for comment - item: add an item inside the menu {item => ["command", "label", "icon"]}, - cat: add a category inside the menu {cat => ["name", "label", "icon"]}, - sep: horizontal line separator {sep => undef}, {sep => "label"}, - pipe: a pipe menu entry {pipe => ["command", "label", "icon"]}, - file: include the content of an XML file {file => "/path/to/file.xml"}, - raw: any XML data supported by Openbox {raw => q(xml data)}, + item: add an item inside the menu {item => ["command", "label", "icon"]}, + cat: add a category inside the menu {cat => ["name", "label", "icon"]}, + sep: horizontal line separator {sep => undef}, {sep => "label"}, + pipe: a pipe menu entry {pipe => ["command", "label", "icon"]}, + file: include the content of an XML file {file => "/path/to/file.xml"}, + raw: any XML data supported by Openbox {raw => q(xml data)}, begin_cat: beginning of a category {begin_cat => ["name", "icon"]}, - end_cat: end of a category {end_cat => undef}, + end_cat: end of a category {end_cat => undef}, obgenmenu: generic menu settings {obgenmenu => ["label", "icon"]}, - exit: default "Exit" action {exit => ["label", "icon"]}, + exit: default "Exit" action {exit => ["label", "icon"]}, =cut diff --git a/home/.config/openbox/menu.xml b/home/.config/openbox/menu.xml index 6921c8ae..c31943ae 100644 --- a/home/.config/openbox/menu.xml +++ b/home/.config/openbox/menu.xml @@ -1,205 +1,205 @@ - - - - - exo-open --launch TerminalEmulator - - - - - exo-open --launch WebBrowser - - - - - exo-open --launch FileManager - - - - - geany - - - - - - - galculator - - - - - file-roller - - - - - gpicview - - - - - - - scrot 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f' - - - - - scrot -d 5 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f' - - - - - scrot -d 10 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f' - - - - - scrot -s 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f' - - - - - - - audacious - - - - - mpv --player-operation-mode=pseudo-gui - - - - - - - - - - - obconf - + + + + + exo-open --launch TerminalEmulator + - - - kickshaw - + + + exo-open --launch WebBrowser + - - - obkey - + + + exo-open --launch FileManager + - - - ob-autostart - + + + geany + - - - exo-open ~/.config/openbox/menu.xml - - - - - exo-open ~/.config/openbox/rc.xml - - - - - exo-open ~/.config/openbox/autostart - + + + + galculator + + + + + file-roller + + + + + gpicview + + + + + + + scrot 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f' + + + + + scrot -d 5 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f' + + + + + scrot -d 10 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f' + + + + + scrot -s 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f' + + + + + + + audacious + + + + + mpv --player-operation-mode=pseudo-gui + + + + + + + + + + + obconf + + + + + kickshaw + + + + + obkey + + + + + ob-autostart + + + + + + exo-open ~/.config/openbox/menu.xml + + + + + exo-open ~/.config/openbox/rc.xml + + + + + exo-open ~/.config/openbox/autostart + + + + + + + + + + + + + + + + + al-panel-chooser + + + + + + xfce4-appearance-settings + + + + + nitrogen + + + + + rofi-theme-selector + + + + + + xfce4-settings-manager + + + + + pavucontrol + + + + + arandr + + + + + + + termite --exec=pacli + + + + + gksu thunar + + + + + gksu gparted + + + + + + + + + install-al + - - + + + i3lock-fancy -p + - - + + + rofr.sh -l + - - - - - - - - al-panel-chooser - - - - - - xfce4-appearance-settings - - - - - nitrogen - - - - - rofi-theme-selector - - - - - - xfce4-settings-manager - - - - - pavucontrol - - - - - arandr - - - - - - termite --exec=pacli - - - - - gksu thunar - - - - - gksu gparted - - - - - - - - - install-al - - - - - - i3lock-fancy -p - - - - - rofi-logout - - - diff --git a/home/.config/openbox/rc.xml b/home/.config/openbox/rc.xml index 0e76e143..d82c90aa 100644 --- a/home/.config/openbox/rc.xml +++ b/home/.config/openbox/rc.xml @@ -1,975 +1,744 @@ - - 10 - 20 - - - yes - - no - - yes - - no - - 200 - - no - - - - Smart - -
yes
- - Mouse - - Mouse - -
- - gorice - NLIMC - - yes - yes - - Roboto - 11 - - Normal - - Normal - - - - Roboto - 11 - - Normal - - Italic - - - - Roboto - 11 - - Normal - - Normal - - - - Roboto - 10 - - Normal - - Normal - - - - Roboto - 10 - - Normal - - Normal - - - - Roboto - 10 - - Normal - - Normal - - - - - - 4 - 0 - - 1 - 2 - 3 - 4 - - 800 - - - - yes - Never - - Center - - - - 10 - - 10 - - - - - - 0 - 0 - 0 - 0 - - - Floating - - 0 - 0 - no - Above - - Vertical - - no - 300 - - 300 - - Middle - - - - - - - - 1 - - - - - 2 - - - - - 3 - - - - - 4 - - - - - 5 - - - - - 1 - - - - - 1 - - - - - 1 - - - - - 1 - - - - - 1 - - - - - yes - yes - - - - - - - - - yes - - current - - - - - - - - - - - - - - - - - - - - - - - - - - pamixer -i 2 - - - - - pamixer -d 2 - - - - - pamixer -t - - - - - playerctl stop - - - - - playerctl play-pause - - - - - playerctl previous - - - - - playerctl next - - - - - xbacklight +10 - - - - - xbacklight -10 - - - - - - scrot 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f' - - - - - scrot -d 5 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f' - - - - - exo-open --launch FileManager - - - - - exo-open --launch TerminalEmulator - - - - - exo-open --launch WebBrowser - - - - - geany - - - - - xfce4-settings-manager - - - - - audacious - - - - - pavucontrol - - - - - - skippy-xd - - - - - rofi-gorice - - - - - rofi-gorice - - - - - - rofi-logout - - - - - rofi-logout - - - - - - - - - - - - - - - xkill - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - root-menu - - - - - client-menu - - - - - - - 0 - -0 - 50% - 50% - - - - - - 0 - -0 - 100% - 50% - - - - - - -0 - -0 - 50% - 50% - - - - - - 0 - 0 - 50% - 100% - - - - - - - - - -0 - 0 - 50% - 100% - - - - - - 0 - 0 - 50% - 50% - - - - - - 0 - 0 - 100% - 50% - - - - - - -0 - 0 - 50% - 50% - - - - - - - 50% - - - - - - - - 50% - - - - - - - - - - 80% - 80% - - - - - - - - 0 - 0 - 50% - - - - - - - -0 - 0 - 50% - - - - - 4 - - 400 - - 600 - - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yes - - - vertical - - center - current + + 10 + 20 + + + yes + no + yes + no + 200 + no + + + Smart +
yes
+ Mouse + Mouse +
+ + ArchLabs-Dark + NLIMC + yes + yes + + Roboto + 11 + Normal + Normal + + + Roboto + 11 + Normal + Italic + + + Roboto + 11 + Normal + Normal + + + Roboto + 10 + Normal + Normal + + + Roboto + 10 + Normal + Normal + + + Roboto + 10 + Normal + Normal + + + + 4 + 0 + + 1 + 2 + 3 + 4 + + 800 + + + yes + Never + Center + + 10 + 10 + + + + 0 + 0 + 0 + 0 + + + Floating + 0 + 0 + no + Above + Vertical + no + 300 + 300 + Middle + + + + + + 1 - -
- - - -
-
- - - - - - no - - + + + + 2 + + + + + 3 + + + + + 4 + + + + + 5 + + + + + 1 + + + + + 1 + + + + + 1 + + + + + 1 + + + + + 1 + + + + + yes + yes + + + + + + + + + yes + + current + + + + + + + + + + + + + + + + + + + - - - - - - - yes - - - - - - - - - - - client-menu - - -
- - - - - - - - - - - client-menu - - - - - - - - - - - - top - - - - - - - - - - - left - - - - - - - - - - - right - - - - - - - - - - - bottom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - client-menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - horizontal - - - - - - - - - - - - - - - previous - - - - - next - - - - - - - - client-list-combined-menu - - - - - client-list-combined-menu - - - - - root-menu - - - -
- - - - - menu.xml - 400 - - no - - 100 - - 200 - - no - - yes - - - - - - 1 - - yes - - - + + + + pamixer -i 2 + + + + + pamixer -d 2 + + + + + pamixer -t + + + + + playerctl stop + + + + + playerctl play-pause + + + + + playerctl previous + + + + + playerctl next + + + + + xbacklight +10 + + + + + xbacklight -10 + + + + + scrot 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f' + + + + + scrot -d 5 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f' + + + + + exo-open --launch FileManager + + + + + exo-open --launch TerminalEmulator + + + + + exo-open --launch WebBrowser + + + + + geany + + + + + xfce4-settings-manager + + + + + audacious + + + + + pavucontrol + + + + + skippy-xd + + + + + rofr.sh -r + + + + + rofr.sh -r + + + + + rofr.sh -l + + + + + rofr.sh -l + + + + + + + + + + + + + + xkill + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + root-menu + + + + + client-menu + + + + + + 0 + -0 + 50% + 50% + + + + + + 0 + -0 + 100% + 50% + + + + + + -0 + -0 + 50% + 50% + + + + + + 0 + 0 + 50% + 100% + + + + + + + + + -0 + 0 + 50% + 100% + + + + + + 0 + 0 + 50% + 50% + + + + + + 0 + 0 + 100% + 50% + + + + + + -0 + 0 + 50% + 50% + + + + + + + 50% + + + + + + + + 50% + + + + + + + + + + 80% + 80% + + + + + + + + 0 + 0 + 50% + + + + + + + -0 + 0 + 50% + + + + + 4 + 400 + 600 + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + yes + + + vertical + + center + current + + + + + + + + + + + + + + no + + + + + + + + + + + yes + + + + + + + + + + + client-menu + + + + + + + + + + + + + + client-menu + + + + + + + + + + + + top + + + + + + + + + + + left + + + + + + + + + + + right + + + + + + + + + + + bottom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + horizontal + + + + + + + + + + + + + + + previous + + + + + next + + + + + + + client-list-combined-menu + + + + + client-list-combined-menu + + + + + root-menu + + + + + + menu.xml + 400 + no + 100 + 200 + no + yes + + + + + 1 + + yes + +
diff --git a/home/.config/polybar/config b/home/.config/polybar/config index 8bf5e385..2eea0517 100644 --- a/home/.config/polybar/config +++ b/home/.config/polybar/config @@ -17,7 +17,7 @@ inherit = bar/master ; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1 monitor = -modules-left = jgmenu config workspaces +modules-left = jgmenu workspaces modules-center = window_switch clock modules-right = pkg memory temperature coreuse network volume @@ -44,7 +44,7 @@ inherit = bar/master ; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1 monitor = -modules-left = jgmenu config i3 menu +modules-left = jgmenu i3 menu modules-center = clock modules-right = pkg memory temperature coreuse network volume diff --git a/home/.config/polybar/master.conf b/home/.config/polybar/master.conf index e25c54c3..9f5e0e57 100644 --- a/home/.config/polybar/master.conf +++ b/home/.config/polybar/master.conf @@ -5,61 +5,61 @@ [colors] background = #2b303b foreground = #c0c5ce -moderate = #ebcb8b -urgent = #bf616a -trim = #8fa1b3 -blue = #8fa1b3 -pink = #bf616a -orange = #ebcb8b -purple = #b48ead -yellow = #ebcb8b -border = #c0c5ce +moderate = #ebcb8b +urgent = #bf616a +trim = #8fa1b3 +blue = #8fa1b3 +pink = #bf616a +orange = #ebcb8b +purple = #b48ead +yellow = #ebcb8b +border = #c0c5ce [settings] -throttle-output = 5 -throttle-output-for = 10 -throttle-input-for = 30 +throttle-output = 5 +throttle-output-for = 10 +throttle-input-for = 30 compositing-background = source compositing-foreground = source -compositing-overline = source -compositing-underline = source -compositing-border = source -screenchange-reload = true -format-foreground = ${colors.foreground} -format-background = ${colors.background} +compositing-overline = source +compositing-underline = source +compositing-border = source +screenchange-reload = true +format-foreground = ${colors.foreground} +format-background = ${colors.background} ;===================================================== ; Master Bar ;===================================================== [bar/master] -width = 100% -height = 24 -border-size = 0 -border-top-size = 0 -border-bottom-size = 2 -radius = 0 -bottom = false -line-size = 2 -font-0 = "DejaVu Sans Mono:size=10:antialias=false;2" -font-1 = "FontAwesome:size=10:antialias=false;2" -font-2 = "MaterialIcons:size=10:antialias=false;2" -font-3 = "icomoon:size=10:antialias=false;2" -font-4 = "Ubuntu Nerd Font:size=10:antialias=false;2" -offset-x = 0 -offset-y = 0 -fixed-center = true -border-color = ${colors.border} -background = ${colors.background} -foreground = ${colors.foreground} -module-margin = 0 -padding-right = 0 -padding-left = 0 -separator = │ -scroll-up = pamixer -i 2 -scroll-down = pamixer -d 2 -click-middle = skippy-xd --activate-window-picker -double-click-left = networkmanager_dmenu +width = 100% +height = 24 +border-size = 0 +border-top-size = 0 +border-bottom-size = 2 +radius = 0 +bottom = false +line-size = 2 +font-0 = "DejaVu Sans Mono:size=10:antialias=false;2" +font-1 = "FontAwesome:size=10:antialias=false;2" +font-2 = "MaterialIcons:size=10:antialias=false;2" +font-3 = "icomoon:size=10:antialias=false;2" +font-4 = "Ubuntu Nerd Font:size=10:antialias=false;2" +offset-x = 0 +offset-y = 0 +fixed-center = true +border-color = ${colors.border} +background = ${colors.background} +foreground = ${colors.foreground} +module-margin = 0 +padding-right = 0 +padding-left = 0 +separator = │ +scroll-up = pamixer -i 2 +scroll-down = pamixer -d 2 +click-middle = skippy-xd --activate-window-picker +double-click-left = networkmanager_dmenu double-click-middle = skippy-xd --activate-window-picker -double-click-right = pavucontrol & +double-click-right = pavucontrol & diff --git a/home/.config/polybar/master.conf.template b/home/.config/polybar/master.conf.template deleted file mode 100644 index 6d9e085c..00000000 --- a/home/.config/polybar/master.conf.template +++ /dev/null @@ -1,65 +0,0 @@ -;===================================================== -; Colors & Settings -;===================================================== - -[colors] -background = {{.Data.bar_background}} -foreground = {{.Data.terminal_foreground}} -moderate = {{index .Data.terminal_colors 3}} -urgent = {{index .Data.terminal_colors 1}} -trim = {{index .Data.terminal_colors 4}} -blue = {{index .Data.terminal_colors 4}} -pink = {{index .Data.terminal_colors 1}} -orange = {{index .Data.terminal_colors 3}} -purple = {{index .Data.terminal_colors 5}} -yellow = {{index .Data.terminal_colors 3}} -border = {{.Data.border_color}} - - -[settings] -throttle-output = 5 -throttle-output-for = 10 -throttle-input-for = 30 -compositing-background = source -compositing-foreground = source -compositing-overline = source -compositing-underline = source -compositing-border = source -screenchange-reload = true -format-foreground = ${colors.foreground} -format-background = ${colors.background} - -;===================================================== -; Master Bar -;===================================================== - -[bar/master] -width = {{.Data.bar_width}} -height = {{.Data.bar_height}} -border-size = {{.Data.border_all}} -border-top-size = {{.Data.border_top}} -border-bottom-size = {{.Data.border_bottom}} -radius = {{.Data.bar_radius}} -bottom = {{.Data.bar_bottom}} -line-size = {{.Data.border_pixels}} -font-0 = "{{.Data.bar_font0}}" -font-1 = "FontAwesome:size=10:antialias=false;2" -font-2 = "MaterialIcons:size=10:antialias=false;2" -font-3 = "icomoon:size=10:antialias=false;2" -font-4 = "Ubuntu Nerd Font:size=10:antialias=false;2" -offset-x = 0 -offset-y = 0 -fixed-center = true -border-color = ${colors.border} -background = ${colors.background} -foreground = ${colors.foreground} -module-margin = 0 -padding-right = 0 -padding-left = 0 -separator = │ -scroll-up = pamixer -i 2 -scroll-down = pamixer -d 2 -click-middle = skippy-xd --activate-window-picker -double-click-left = networkmanager_dmenu -double-click-middle = skippy-xd --activate-window-picker -double-click-right = pavucontrol & diff --git a/home/.config/polybar/modules.conf b/home/.config/polybar/modules.conf index b13932f3..8136744b 100644 --- a/home/.config/polybar/modules.conf +++ b/home/.config/polybar/modules.conf @@ -6,28 +6,13 @@ ;; Jgmenu ;; ;;;;;;;;;;;;;;; [module/jgmenu] -type = custom/script -label = %output% +type = custom/script +label = %output% label-padding = 2 -interval = 10 -exec = echo "" -click-left = "jgmenu_run >/dev/null 2>&1 &" -click-right = exo-open $HOME/.config/jgmenu/jgmenurc - - -;;;;;;;;;;;;;;;;;;;;;;;; -;; GoRice Config UI ;; -;;;;;;;;;;;;;;;;;;;;;;;; -[module/config] -type = custom/script -interval = 5 -label = %output% -format-padding = 1 -format =