Merge updates from recent build
This commit is contained in:
47
home/.Xresources
Normal file → Executable file
47
home/.Xresources
Normal file → Executable file
@ -1,46 +1,46 @@
|
||||
! ------------------------------------------------------------------------------
|
||||
! archlabs theme colors
|
||||
! theme colors
|
||||
! ------------------------------------------------------------------------------
|
||||
! special
|
||||
*.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: #c0c5ce
|
||||
*.color15: #eff1f5
|
||||
*.color7: #65737e
|
||||
*.color15: #F6F6F6
|
||||
|
||||
|
||||
! ------------------------------------------------------------------------------
|
||||
! xterm standard archlabs theme
|
||||
! xterm
|
||||
! ------------------------------------------------------------------------------
|
||||
|
||||
xterm*font: 7x13
|
||||
@ -54,7 +54,7 @@ xterm*eightBitInput: false
|
||||
|
||||
|
||||
! ------------------------------------------------------------------------------
|
||||
! URxvt standard archlabs theme
|
||||
! URxvt
|
||||
! -----------------------------------------------------------------------------
|
||||
|
||||
! general settings
|
||||
@ -64,8 +64,7 @@ URxvt*iso14755: false
|
||||
|
||||
! appearance
|
||||
URxvt*depth: 32
|
||||
! URxvt*background: [90]#2b303b
|
||||
URxvt*background: #2b303b
|
||||
URxvt*background: [80]#2b303b
|
||||
URxvt*scrollBar: false
|
||||
URxvt*scrollBar_right: false
|
||||
URxvt*internalBorder: 0
|
||||
@ -75,10 +74,10 @@ URxvt*externalBorder: 0
|
||||
URxvt*letterSpace: -1
|
||||
URxvt.font: xft:Ubuntu Mono Nerd Font:size=11
|
||||
! run :.!fc-list | grep <font-name>
|
||||
|
||||
|
||||
! 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
|
||||
@ -88,22 +87,22 @@ 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 standard archlabs theme
|
||||
! UXTerm
|
||||
! ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
! termtype
|
||||
UXTerm*termName: xterm-256color
|
||||
|
||||
|
||||
UXTerm*cursorColor: white
|
||||
UXTerm*VT100.geometry: 90x30
|
||||
UXTerm*font: Monospace
|
||||
@ -119,5 +118,3 @@ UXTerm*rightScrollBar: false
|
||||
UXTerm*jumpScroll: true
|
||||
UXTerm*multiScroll: true
|
||||
UXTerm*toolBar: false
|
||||
|
||||
|
||||
|
120
home/.Xresources.template
Normal file
120
home/.Xresources.template
Normal file
@ -0,0 +1,120 @@
|
||||
! ------------------------------------------------------------------------------
|
||||
! 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-color
|
||||
xterm*eightBitInput: false
|
||||
|
||||
|
||||
! ------------------------------------------------------------------------------
|
||||
! URxvt
|
||||
! -----------------------------------------------------------------------------
|
||||
|
||||
! general settings
|
||||
URxvt*saveline: 15000
|
||||
URxvt*termName: rxvt-256color
|
||||
URxvt*iso14755: false
|
||||
|
||||
! appearance
|
||||
URxvt*depth: 32
|
||||
URxvt*background: [80]{{.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 Nerd Font:size=11
|
||||
! run :.!fc-list | grep <font-name>
|
||||
|
||||
! 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
|
35
home/.config/bspwm/bspwmrc
Normal file → Executable file
35
home/.config/bspwm/bspwmrc
Normal file → Executable file
@ -1,14 +1,13 @@
|
||||
#! /bin/sh
|
||||
|
||||
pkill slstatus &
|
||||
|
||||
xrdb -l $HOME/.Xresources &
|
||||
# key bindings
|
||||
sxhkd &
|
||||
|
||||
# wallpaper
|
||||
nitrogen --restore &
|
||||
|
||||
# set super key to launch rofi
|
||||
ksuperkey -e 'Super_L=Alt_L|F1'
|
||||
ksuperkey -e 'Super_L=Alt_L|F1' &
|
||||
|
||||
# launch compton
|
||||
al-compositor --start &
|
||||
@ -17,37 +16,24 @@ al-compositor --start &
|
||||
nitrogen --restore &
|
||||
|
||||
# gnome polkit
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
lxpolkit &
|
||||
|
||||
# panel
|
||||
launch-polybar &
|
||||
|
||||
# key bindings
|
||||
sxhkd &
|
||||
|
||||
al-tint2-session &
|
||||
sleep 1; launch-polybar &
|
||||
|
||||
|
||||
# set monitors
|
||||
if [[ $(hostname) == 'myhost' ]]; then
|
||||
bspc monitor eDP1 -d I II III IV V VI VII VIII IX X
|
||||
elif [[ $(hostname) == 'otherhost' ]]; then
|
||||
bspc monitor VGA-0 -d I II III IV V
|
||||
bspc monitor VGA-1 -d VI VII VIII IX X
|
||||
elif [[ $(hostname) == 'yetanotherhost' ]]; then
|
||||
bspc monitor DVI-I-3 -d VI VII VIII IX X
|
||||
bspc monitor DVI-I-2 -d I II III IV V
|
||||
fi
|
||||
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||
|
||||
|
||||
bspc config border_width 3
|
||||
bspc config window_gap 0
|
||||
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.50
|
||||
bspc config split_ratio 0.54
|
||||
bspc config borderless_monocle false
|
||||
bspc config gapless_monocle true
|
||||
bspc config paddingless_monocle true
|
||||
@ -58,6 +44,9 @@ bspc configpointer_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
|
||||
|
@ -8,6 +8,47 @@ shadow-offset-x = -7;
|
||||
shadow-offset-y = -7;
|
||||
shadow-opacity = 0.60;
|
||||
shadow-ignore-shaped = true;
|
||||
|
||||
# Opacity
|
||||
menu-opacity = 1.0;
|
||||
inactive-opacity = 1.0;
|
||||
inactive-opacity-override = false;
|
||||
alpha-step = 0.06;
|
||||
|
||||
# Fade
|
||||
fading = true;
|
||||
fade-delta = 8;
|
||||
fade-in-step = 0.03;
|
||||
fade-out-step = 0.028;
|
||||
|
||||
# Backend
|
||||
backend = "xrender";
|
||||
mark-wmwin-focused = true;
|
||||
mark-ovredir-focused = true;
|
||||
detect-rounded-corners = true;
|
||||
detect-client-opacity = true;
|
||||
refresh-rate = 0;
|
||||
vsync = "opengl";
|
||||
paint-on-overlay = true;
|
||||
unredir-if-possible = true;
|
||||
detect-transient = true;
|
||||
detect-client-leader = true;
|
||||
|
||||
# GLX backend
|
||||
#glx-no-stencil = true;
|
||||
#glx-copy-from-front = false;
|
||||
#glx-use-copysubbuffermesa = true;
|
||||
#glx-no-rebind-pixmap = true;
|
||||
#glx-swap-method = "undefined";
|
||||
#glx-use-gpushader4 = true;
|
||||
#xrender-sync = true;
|
||||
#xrender-sync-fence = true;
|
||||
|
||||
opacity-rule = [
|
||||
"80:class_g = 'XTerm'",
|
||||
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
|
||||
];
|
||||
|
||||
shadow-exclude = [
|
||||
"name = 'Notification'",
|
||||
"class_g = 'VirtualBox'",
|
||||
@ -15,59 +56,24 @@ shadow-exclude = [
|
||||
"class_g ?= 'Notify-osd'",
|
||||
"class_g = 'i3-frame'",
|
||||
"class_g ?= 'cairo-dock'",
|
||||
"class_g = 'Cairo-clock'",
|
||||
"class_g ?= 'Cairo-dock'",
|
||||
"class_g ?= 'plank'",
|
||||
"class_g ?= 'Docky'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
];
|
||||
|
||||
# Opacity
|
||||
menu-opacity = 1.0;
|
||||
inactive-opacity = 1.0;
|
||||
inactive-opacity-override = false;
|
||||
alpha-step = 0.06;
|
||||
opacity-rule = [
|
||||
"80:class_g = 'XTerm'",
|
||||
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
|
||||
];
|
||||
|
||||
# Fading
|
||||
fading = false;
|
||||
fade-delta = 7;
|
||||
fade-in-step = 0.03;
|
||||
fade-out-step = 0.028;
|
||||
fade-exclude = [
|
||||
];
|
||||
|
||||
# Other
|
||||
#backend = "glx";
|
||||
backend = "xrender";
|
||||
mark-wmwin-focused = true;
|
||||
#mark-ovredir-focused = true;
|
||||
detect-rounded-corners = true;
|
||||
detect-client-opacity = true;
|
||||
refresh-rate = 0;
|
||||
vsync = "none";
|
||||
#paint-on-overlay = true;
|
||||
unredir-if-possible = true;
|
||||
focus-exclude = [
|
||||
"class_g = 'Cairo-clock'",
|
||||
"class_g *?= 'Virtualbox'",
|
||||
"name *?= 'Authy'"
|
||||
];
|
||||
detect-transient = true;
|
||||
detect-client-leader = true;
|
||||
invert-color-include = [ ];
|
||||
|
||||
# GLX backend
|
||||
# glx-no-stencil = true;
|
||||
# glx-copy-from-front = false;
|
||||
# glx-use-copysubbuffermesa = true;
|
||||
# glx-no-rebind-pixmap = true;
|
||||
# glx-swap-method = "undefined";
|
||||
# glx-use-gpushader4 = true;
|
||||
# xrender-sync = true;
|
||||
# xrender-sync-fence = true;
|
||||
invert-color-include = [
|
||||
];
|
||||
|
||||
fade-exclude = [
|
||||
];
|
||||
|
||||
# Window type settings
|
||||
wintypes:
|
||||
|
177
home/.config/dunst/dunstrc
Normal file → Executable file
177
home/.config/dunst/dunstrc
Normal file → Executable file
@ -1,201 +1,50 @@
|
||||
[global]
|
||||
font = Ubuntu 10
|
||||
|
||||
# Allow a small subset of html markup:
|
||||
# <b>bold</b>
|
||||
# <i>italic</i>
|
||||
# <s>strikethrough</s>
|
||||
# <u>underline</u>
|
||||
#
|
||||
# For a complete reference see
|
||||
# <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
|
||||
# If markup is not allowed, those tags will be stripped out of the
|
||||
# message.
|
||||
font = Ubuntu 11
|
||||
markup = yes
|
||||
|
||||
# The format of the message. Possible variables are:
|
||||
# %a appname
|
||||
# %s summary
|
||||
# %b body
|
||||
# %i iconname (including its path)
|
||||
# %I iconname (without its path)
|
||||
# %p progress value if set ([ 0%] to [100%]) or nothing
|
||||
# Markup is allowed
|
||||
format = "<b>%s</b>\n%b"
|
||||
|
||||
# Sort messages by urgency.
|
||||
sort = yes
|
||||
|
||||
# Show how many messages are currently hidden (because of geometry).
|
||||
indicate_hidden = yes
|
||||
|
||||
# Alignment of message text.
|
||||
# Possible values are "left", "center" and "right".
|
||||
alignment = center
|
||||
|
||||
# The frequency with wich text that is longer than the notification
|
||||
# window allows bounces back and forth.
|
||||
# This option conflicts with "word_wrap".
|
||||
# Set to 0 to disable.
|
||||
bounce_freq = 0
|
||||
|
||||
# Show age of message if message is older than show_age_threshold
|
||||
# seconds.
|
||||
# Set to -1 to disable.
|
||||
show_age_threshold = 60
|
||||
|
||||
# Split notifications into multiple lines if they don't fit into
|
||||
# geometry.
|
||||
word_wrap = yes
|
||||
|
||||
# Ignore newlines '\n' in notifications.
|
||||
ignore_newline = no
|
||||
|
||||
|
||||
# The geometry of the window:
|
||||
# [{width}]x{height}[+/-{x}+/-{y}]
|
||||
# The geometry of the message window.
|
||||
# The height is measured in number of notifications everything else
|
||||
# in pixels. If the width is omitted but the height is given
|
||||
# ("-geometry x2"), the message window expands over the whole screen
|
||||
# (dmenu-like). If width is 0, the window expands to the longest
|
||||
# message displayed. A positive x is measured from the left, a
|
||||
# negative from the right side of the screen. Y is measured from
|
||||
# the top and down respectevly.
|
||||
# The width can be negative. In this case the actual width is the
|
||||
# screen width minus the width defined in within the geometry option.
|
||||
geometry = "400x10-20+40"
|
||||
|
||||
|
||||
# Shrink window if it's smaller than the width. Will be ignored if
|
||||
# width is 0.
|
||||
shrink = no
|
||||
|
||||
# The transparency of the window. Range: [0; 100].
|
||||
# This option will only work if a compositing windowmanager is
|
||||
# present (e.g. xcompmgr, compiz, etc.).
|
||||
transparency = 20
|
||||
|
||||
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
||||
# for longer than idle_threshold seconds.
|
||||
# Set to 0 to disable.
|
||||
transparency = 0
|
||||
idle_threshold = 0
|
||||
|
||||
# Which monitor should the notifications be displayed on.
|
||||
#monitor = 0
|
||||
|
||||
# Display notification on focused monitor. Possible modes are:
|
||||
# mouse: follow mouse pointer
|
||||
# keyboard: follow window with keyboard focus
|
||||
# none: don't follow anything
|
||||
#
|
||||
# "keyboard" needs a windowmanager that exports the
|
||||
# _NET_ACTIVE_WINDOW property.
|
||||
# This should be the case for almost all modern windowmanagers.
|
||||
#
|
||||
# If this option is set to mouse or keyboard, the monitor option
|
||||
# will be ignored.
|
||||
follow = mouse
|
||||
|
||||
# Should a notification popped up from history be sticky or timeout
|
||||
# as if it would normally do.
|
||||
sticky_history = yes
|
||||
|
||||
# Maximum amount of notifications kept in history
|
||||
history_length = 20
|
||||
|
||||
# Display indicators for URLs (U) and actions (A).
|
||||
show_indicators = no
|
||||
|
||||
# The height of a single line. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
# This adds empty space above and under the text.
|
||||
line_height = 0
|
||||
|
||||
# Draw a line of "separatpr_height" pixel height between two
|
||||
# notifications.
|
||||
# Set to 0 to disable.
|
||||
separator_height = 2
|
||||
|
||||
# Padding between text and separator.
|
||||
padding = 10
|
||||
|
||||
# Horizontal padding.
|
||||
horizontal_padding = 10
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
frame_color = "#81A2BE"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
# * auto: dunst tries to find a color fitting to the background;
|
||||
# * foreground: use the same color as the foreground;
|
||||
# * frame: use the same color as the frame;
|
||||
# * anything else will be interpreted as a X color.
|
||||
frame_color = "#c0c5ce"
|
||||
separator_color = frame
|
||||
|
||||
# Defines width in pixels of frame around the notification window.
|
||||
# Set to 0 to disable.
|
||||
frame_width = 1
|
||||
|
||||
# Print a notification on startup.
|
||||
# This is mainly for error detection, since dbus (re-)starts dunst
|
||||
# automatically after a crash.
|
||||
startup_notification = false
|
||||
|
||||
# dmenu path.
|
||||
dmenu = /usr/bin/dmenu -p dunst:
|
||||
|
||||
# Browser for opening urls in context menu.
|
||||
browser = /usr/bin/firefox
|
||||
|
||||
# Align icons left/right/off
|
||||
icon_position = left
|
||||
|
||||
# Paths to default icons.
|
||||
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||
|
||||
[shortcuts]
|
||||
|
||||
# Shortcuts are specified as [modifier+][modifier+]...key
|
||||
# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
|
||||
# "mod3" and "mod4" (windows-key).
|
||||
# Xev might be helpful to find names for keys.
|
||||
|
||||
# Close notification.
|
||||
#close = ctrl+space
|
||||
|
||||
# Close all notifications.
|
||||
#close_all = ctrl+shift+space
|
||||
|
||||
# Redisplay last message(s).
|
||||
# On the US keyboard layout "grave" is normally above TAB and left
|
||||
# of "1".
|
||||
#history = ctrl+grave
|
||||
|
||||
# Context menu.
|
||||
#context = ctrl+shift+period
|
||||
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#2B303B"
|
||||
foreground = "#81A2BE"
|
||||
timeout = 2
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
background = "#2b303b"
|
||||
foreground = "#c0c5ce"
|
||||
timeout = 3
|
||||
|
||||
[urgency_normal]
|
||||
background = "#2B303B"
|
||||
foreground = "#81A2BE"
|
||||
timeout = 4
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
background = "#2b303b"
|
||||
foreground = "#c0c5ce"
|
||||
timeout = 3
|
||||
|
||||
[urgency_critical]
|
||||
background = "#2B303B"
|
||||
foreground = "#81A2BE"
|
||||
frame_color = "#E94032"
|
||||
timeout = 0
|
||||
# Icon for notifications with critical urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
background = "#65737e"
|
||||
foreground = "#bf616a"
|
||||
frame_color = "#bf616a"
|
||||
timeout = 5
|
||||
|
50
home/.config/dunst/dunstrc.template
Normal file
50
home/.config/dunst/dunstrc.template
Normal file
@ -0,0 +1,50 @@
|
||||
[global]
|
||||
font = Ubuntu 11
|
||||
markup = yes
|
||||
format = "<b>%s</b>\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 = no
|
||||
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 = 10
|
||||
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 = "{{index .Data.terminal_colors 7}}"
|
||||
foreground = "{{index .Data.terminal_colors 1}}"
|
||||
frame_color = "{{index .Data.terminal_colors 1}}"
|
||||
timeout = 5
|
122
home/.config/geany/colorschemes/archlabs-dark.conf
Normal file
122
home/.config/geany/colorschemes/archlabs-dark.conf
Normal file
@ -0,0 +1,122 @@
|
||||
# Geany Base16 Template
|
||||
# Rob Loach (http://robloach.net)
|
||||
#
|
||||
# Copyright (c) 2013 Rob Loach
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
# in the Software without restriction, including without limitation the rights
|
||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
# copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice shall be included in all
|
||||
# copies or substantial portions of the Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
[theme_info]
|
||||
name=ArchLabs Dark
|
||||
description=Based on Ocean providing carefully chosen syntax highlighting and a default set of sixteen colors suitable for a wide range of applications.
|
||||
version=0.2.2
|
||||
author=Rob Loach (http://robloach.net)
|
||||
url=http://github.com/robloach/base16-geany
|
||||
|
||||
[named_styles]
|
||||
default=#eff1f5;#2b303b;false;false
|
||||
error=#bf616a
|
||||
|
||||
# Editor Styles
|
||||
#-------------------------------------------------------------------------------
|
||||
selection=#a7adba;#65737e;false;true
|
||||
current_line=;#4f5b66;true;false
|
||||
brace_good=#ebcb8b;;true;false
|
||||
brace_bad=#bf616a;#4f5b66;true;false
|
||||
margin_line_number=#65737e;#4f5b66;true;false
|
||||
margin_folding=#65737e
|
||||
fold_symbol_highlight=#343d46
|
||||
indent_guide=#4f5b66
|
||||
caret=#c0c5ce
|
||||
marker_line=#eff1f5
|
||||
marker_search=#eff1f5;#a3be8c;false;false
|
||||
marker_mark=#eff1f5;#a3be8c;
|
||||
call_tips=#a7adba;;false;false
|
||||
white_space=#65737e;;true;false
|
||||
|
||||
# Programming languages
|
||||
#-------------------------------------------------------------------------------
|
||||
comment=#a7adba
|
||||
comment_doc=#a7adba
|
||||
comment_line=#a7adba
|
||||
comment_line_doc=#a7adba
|
||||
comment_doc_keyword=#a7adba;;true;false
|
||||
comment_doc_keyword_error=#a7adba;;false;true
|
||||
|
||||
number=#a3be8c
|
||||
number_1=#d08770
|
||||
number_2=#d08770
|
||||
|
||||
type=#ebcb8b;;true
|
||||
# Person.rb = Person
|
||||
class=#ebcb8b;;true
|
||||
# Person.rb = initialize
|
||||
# PHP
|
||||
function=#8fa1b3;;false;false
|
||||
parameter=#dfe1e8
|
||||
|
||||
keyword=#ab7967;;true;false
|
||||
# Person.rb = class, include, def, end, attr_accessor, etc
|
||||
# PHP = include_once(), if elseif else
|
||||
keyword_1=#b48ead;;false;false
|
||||
keyword_2=#d08770;;false;false
|
||||
keyword_3=#c0c5ce;;false;false
|
||||
keyword_4=#d08770;;false;true
|
||||
|
||||
identifier=#c0c5ce;;false;false
|
||||
# Person.rb = ActiveModel::Conversion
|
||||
identifier_1=#c0c5ce;;false;false
|
||||
identifier_2=#c0c5ce;;false;false
|
||||
identifier_3=#8fa1b3;;true;false
|
||||
identifier_4=#b48ead;;false;false
|
||||
|
||||
string=#d08770
|
||||
string_1=#a3be8c
|
||||
string_2=#a3be8c
|
||||
string_3=#c0c5ce
|
||||
string_4=#8fa1b3
|
||||
string_eol=#b48ead;;false;true
|
||||
|
||||
character=string_1
|
||||
backtick=#ebcb8b
|
||||
here_doc=#ebcb8b
|
||||
scalar=#ebcb8b
|
||||
label=#dfe1e8;;true;false
|
||||
# Person.rb = :name
|
||||
# PHP = $_GET
|
||||
preprocessor=#8fa1b3
|
||||
regex=number_1
|
||||
operator=#96b5b4;;false;false
|
||||
decorator=#8fa1b3;;false;false
|
||||
other=#bf616a
|
||||
|
||||
# Markup-type languages
|
||||
#-------------------------------------------------------------------------------
|
||||
tag=#ebcb8b;;true;false
|
||||
tag_unknown=#bf616a;;true;false
|
||||
tag_end=#ebcb8b;;false;false
|
||||
attribute=#d08770;;false;false
|
||||
attribute_unknown=#a3be8c;;false;false
|
||||
value=#8fa1b3
|
||||
entity=#ebcb8b
|
||||
|
||||
# Diff
|
||||
#-------------------------------------------------------------------------------
|
||||
line_added=#a3be8c
|
||||
line_removed=#bf616a
|
||||
line_changed=#8fa1b3
|
122
home/.config/geany/colorschemes/archlabs-light.conf
Normal file
122
home/.config/geany/colorschemes/archlabs-light.conf
Normal file
@ -0,0 +1,122 @@
|
||||
# Geany Base16 Template
|
||||
# Rob Loach (http://robloach.net)
|
||||
#
|
||||
# Copyright (c) 2013 Rob Loach
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
# in the Software without restriction, including without limitation the rights
|
||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
# copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice shall be included in all
|
||||
# copies or substantial portions of the Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
[theme_info]
|
||||
name=ArchLabs Light
|
||||
description=Based on Ocean providing carefully chosen syntax highlighting and a default set of sixteen colors suitable for a wide range of applications.
|
||||
version=0.2.2
|
||||
author=Rob Loach (http://robloach.net)
|
||||
url=http://github.com/robloach/base16-geany
|
||||
|
||||
[named_styles]
|
||||
default=#4f5b66;#eff1f5;false;false
|
||||
error=#bf616a
|
||||
|
||||
# Editor Styles
|
||||
#-------------------------------------------------------------------------------
|
||||
selection=#a7adba;#65737e;false;true
|
||||
current_line=;#4f5b66;true;false
|
||||
brace_good=#a3be8c;;true;false
|
||||
brace_bad=#bf616a;#4f5b66;true;false
|
||||
margin_line_number=#65737e;#4f5b66;true;false
|
||||
margin_folding=#65737e
|
||||
fold_symbol_highlight=#343d46
|
||||
indent_guide=#4f5b66
|
||||
caret=#c0c5ce
|
||||
marker_line=#eff1f5
|
||||
marker_search=#eff1f5;#a3be8c;false;false
|
||||
marker_mark=#eff1f5;#a3be8c;
|
||||
call_tips=#a7adba;;false;false
|
||||
white_space=#65737e;;true;false
|
||||
|
||||
# Programming languages
|
||||
#-------------------------------------------------------------------------------
|
||||
comment=#a7adba
|
||||
comment_doc=#a7adba
|
||||
comment_line=#a7adba
|
||||
comment_line_doc=#a7adba
|
||||
comment_doc_keyword=#a7adba;;true;false
|
||||
comment_doc_keyword_error=#a7adba;;false;true
|
||||
|
||||
number=#a3be8c
|
||||
number_1=#d08770
|
||||
number_2=#d08770
|
||||
|
||||
type=#ebcb8b;;true
|
||||
# Person.rb = Person
|
||||
class=#ebcb8b;;true
|
||||
# Person.rb = initialize
|
||||
# PHP
|
||||
function=#8fa1b3;;false;false
|
||||
parameter=#dfe1e8
|
||||
|
||||
keyword=#ab7967;;true;false
|
||||
# Person.rb = class, include, def, end, attr_accessor, etc
|
||||
# PHP = include_once(), if elseif else
|
||||
keyword_1=#b48ead;;false;false
|
||||
keyword_2=#d08770;;false;false
|
||||
keyword_3=#96b5b4;;false;false
|
||||
keyword_4=#d08770;;false;true
|
||||
|
||||
identifier=#96b5b4;;false;false
|
||||
# Person.rb = ActiveModel::Conversion
|
||||
identifier_1=#96b5b4;;false;false
|
||||
identifier_2=#96b5b4;;false;false
|
||||
identifier_3=#8fa1b3;;true;false
|
||||
identifier_4=#b48ead;;false;false
|
||||
|
||||
string=#d08770
|
||||
string_1=#a3be8c
|
||||
string_2=#a3be8c
|
||||
string_3=#96b5b4
|
||||
string_4=#8fa1b3
|
||||
string_eol=#b48ead;;false;true
|
||||
|
||||
character=string_1
|
||||
backtick=#ebcb8b
|
||||
here_doc=#ebcb8b
|
||||
scalar=#ebcb8b
|
||||
label=#dfe1e8;;true;false
|
||||
# Person.rb = :name
|
||||
# PHP = $_GET
|
||||
preprocessor=#8fa1b3
|
||||
regex=number_1
|
||||
operator=#c0c5ce;;false;false
|
||||
decorator=#8fa1b3;;false;false
|
||||
other=#bf616a
|
||||
|
||||
# Markup-type languages
|
||||
#-------------------------------------------------------------------------------
|
||||
tag=#ebcb8b;;true;false
|
||||
tag_unknown=#bf616a;;true;false
|
||||
tag_end=#ebcb8b;;false;false
|
||||
attribute=#d08770;;false;false
|
||||
attribute_unknown=#a3be8c;;false;false
|
||||
value=#8fa1b3
|
||||
entity=#ebcb8b
|
||||
|
||||
# Diff
|
||||
#-------------------------------------------------------------------------------
|
||||
line_added=#a3be8c
|
||||
line_removed=#bf616a
|
||||
line_changed=#8fa1b3
|
@ -9,18 +9,18 @@ symbols_sort_mode=0
|
||||
msgwin_orientation=1
|
||||
highlighting_invert_all=false
|
||||
pref_main_search_use_current_word=true
|
||||
check_detect_indent=true
|
||||
check_detect_indent=false
|
||||
detect_indent_width=true
|
||||
use_tab_to_indent=true
|
||||
pref_editor_tab_width=2
|
||||
indent_mode=2
|
||||
indent_type=2
|
||||
indent_type=1
|
||||
virtualspace=1
|
||||
autocomplete_doc_words=false
|
||||
completion_drops_rest_of_word=false
|
||||
autocompletion_max_entries=30
|
||||
autocompletion_update_freq=250
|
||||
color_scheme=
|
||||
color_scheme=archlabs-dark.conf
|
||||
scroll_lines_around_cursor=6
|
||||
mru_length=10
|
||||
disk_check_timeout=30
|
||||
@ -55,13 +55,13 @@ pref_main_save_winpos=true
|
||||
pref_main_confirm_exit=false
|
||||
pref_main_suppress_status_messages=false
|
||||
switch_msgwin_pages=false
|
||||
beep_on_errors=true
|
||||
beep_on_errors=false
|
||||
auto_focus=false
|
||||
sidebar_symbol_visible=true
|
||||
sidebar_openfiles_visible=true
|
||||
editor_font=Ubuntu Mono 10
|
||||
tagbar_font=Ubuntu 10
|
||||
msgwin_font=Ubuntu 10
|
||||
tagbar_font=Ubuntu Mono 10
|
||||
msgwin_font=Ubuntu Mono 10
|
||||
show_notebook_tabs=true
|
||||
show_tab_cross=true
|
||||
tab_order_ltr=true
|
||||
@ -74,16 +74,16 @@ show_white_space=false
|
||||
show_line_endings=false
|
||||
show_markers_margin=true
|
||||
show_linenumber_margin=true
|
||||
long_line_enabled=false
|
||||
long_line_enabled=true
|
||||
long_line_type=0
|
||||
long_line_column=72
|
||||
long_line_color=#C2EBC2
|
||||
long_line_column=120
|
||||
long_line_color=#ABC9ED
|
||||
symbolcompletion_max_height=10
|
||||
symbolcompletion_min_chars=4
|
||||
use_folding=true
|
||||
unfold_all_children=false
|
||||
use_indicators=true
|
||||
line_wrapping=false
|
||||
line_wrapping=true
|
||||
auto_close_xml_tags=true
|
||||
complete_snippets=true
|
||||
auto_complete_symbols=true
|
||||
@ -93,7 +93,7 @@ pref_editor_newline_strip=true
|
||||
line_break_column=100
|
||||
auto_continue_multiline=true
|
||||
comment_toggle_mark=~
|
||||
scroll_stop_at_last_line=true
|
||||
scroll_stop_at_last_line=false
|
||||
autoclose_chars=31
|
||||
pref_editor_default_new_encoding=UTF-8
|
||||
pref_editor_default_open_encoding=None
|
||||
@ -102,12 +102,12 @@ pref_editor_new_line=true
|
||||
pref_editor_ensure_convert_line_endings=false
|
||||
pref_editor_replace_tabs=false
|
||||
pref_editor_trail_space=true
|
||||
pref_toolbar_show=false
|
||||
pref_toolbar_show=true
|
||||
pref_toolbar_append_to_menu=false
|
||||
pref_toolbar_use_gtk_default_style=true
|
||||
pref_toolbar_use_gtk_default_icon=true
|
||||
pref_toolbar_use_gtk_default_style=false
|
||||
pref_toolbar_use_gtk_default_icon=false
|
||||
pref_toolbar_icon_style=2
|
||||
pref_toolbar_icon_size=0
|
||||
pref_toolbar_icon_size=1
|
||||
pref_template_company=
|
||||
pref_template_initial=
|
||||
pref_template_version=1.0
|
||||
@ -116,14 +116,14 @@ pref_template_date=%Y-%m-%d
|
||||
pref_template_datetime=%d.%m.%Y %H:%M:%S %Z
|
||||
context_action_cmd=
|
||||
sidebar_visible=false
|
||||
statusbar_visible=false
|
||||
statusbar_visible=true
|
||||
msgwindow_visible=true
|
||||
fullscreen=false
|
||||
scribble_text=Type here what you want, use it as a notice/scratch board
|
||||
scribble_pos=57
|
||||
treeview_position=156
|
||||
msgwindow_position=863
|
||||
geometry=90;40;900;650;0;
|
||||
treeview_position=150
|
||||
msgwindow_position=600
|
||||
geometry=250;150;1050;800;0;
|
||||
custom_date_format=
|
||||
pref_template_developer=
|
||||
pref_template_mail=
|
||||
@ -135,14 +135,14 @@ number_exec_menu_items=0
|
||||
|
||||
[search]
|
||||
pref_search_hide_find_dialog=false
|
||||
pref_search_always_wrap=true
|
||||
pref_search_always_wrap=false
|
||||
pref_search_current_file_dir=true
|
||||
find_all_expanded=false
|
||||
replace_all_expanded=false
|
||||
position_find_x=581
|
||||
position_find_y=474
|
||||
position_find_x=580
|
||||
position_find_y=475
|
||||
position_replace_x=670
|
||||
position_replace_y=443
|
||||
position_replace_y=450
|
||||
position_fif_x=-1
|
||||
position_fif_y=-1
|
||||
fif_regexp=false
|
||||
@ -179,12 +179,12 @@ active_plugins=;
|
||||
send_cmd_prefix=
|
||||
send_selection_unsafe=false
|
||||
load_vte=true
|
||||
font=Monospace 12
|
||||
font=UbuntuMono Nerd Font 10
|
||||
scroll_on_key=true
|
||||
scroll_on_out=true
|
||||
enable_bash_keys=true
|
||||
ignore_menu_bar_accel=false
|
||||
follow_path=false
|
||||
follow_path=true
|
||||
run_in_vte=false
|
||||
skip_run_script=false
|
||||
cursor_blinks=false
|
||||
@ -192,10 +192,11 @@ scrollback_lines=500
|
||||
shell=/bin/bash
|
||||
colour_fore=#FFFFFF
|
||||
colour_back=#000000
|
||||
last_dir=
|
||||
|
||||
[tools]
|
||||
terminal_cmd=termite
|
||||
browser_cmd=firefox
|
||||
terminal_cmd=/usr/share/applications/exo-terminal-emulator.desktop
|
||||
browser_cmd=/usr/share/applications/exo-web-browser.desktop
|
||||
grep_cmd=grep
|
||||
|
||||
[printing]
|
||||
@ -210,3 +211,8 @@ page_header_datefmt=%c
|
||||
[project]
|
||||
session_file=
|
||||
project_file_path=
|
||||
|
||||
[files]
|
||||
recent_files=
|
||||
recent_projects=
|
||||
current_page=-1
|
||||
|
@ -11,21 +11,30 @@
|
||||
## Print = PRINT key ##
|
||||
## Tab = TAB key ##
|
||||
#########################################
|
||||
|
||||
####################################################################################################
|
||||
################# colors ##################
|
||||
################# Style settings #################
|
||||
####################################################################################################
|
||||
|
||||
# font
|
||||
font pango:Ubuntu Regular 10
|
||||
# Window colors
|
||||
set $border-color #2b303b
|
||||
set $background-color #2b303b
|
||||
set $inactive-color #65737e
|
||||
set $text-color #8fa1b3
|
||||
set $urgent-color #bf616a
|
||||
set $active-color #b48ead
|
||||
|
||||
# class border backgr. text indicator
|
||||
client.focused #365260 #365260 #D1D1D0 #4E9EC6
|
||||
client.focused_inactive #365260 #365260 #D1D1D0 #365260
|
||||
client.unfocused #365260 #D1D1D0 #232729 #365260
|
||||
client.urgent #365260 #A3574A #232729 #A3574A
|
||||
client.background #232729
|
||||
# class background border text indicator
|
||||
client.focused $border-color $active-color $text-color $inactive-color
|
||||
client.unfocused $border-color $border-color $text-color $border-color
|
||||
client.focused_inactive $border-color $border-color $text-color $border-color
|
||||
client.urgent $border-color $urgent-color $urgent-color $border-color
|
||||
|
||||
# border
|
||||
for_window [class="^.*"] border pixel 3
|
||||
|
||||
# gaps
|
||||
gaps inner 12
|
||||
gaps outer 0
|
||||
|
||||
####################################################################################################
|
||||
################# Define variables #################
|
||||
@ -49,15 +58,16 @@ set $right semicolon
|
||||
set $firstMonitor HDMI1
|
||||
set $secondMonitor HDMI2
|
||||
|
||||
# workspace assignment
|
||||
workspace 1 output $firstMonitor
|
||||
workspace 2 output $firstMonitor
|
||||
workspace 2 output $secondMonitor
|
||||
workspace 3 output $firstMonitor
|
||||
workspace 4 output $firstMonitor
|
||||
workspace 4 output $secondMonitor
|
||||
workspace 5 output $firstMonitor
|
||||
workspace 6 output $secondMonitor
|
||||
workspace 7 output $secondMonitor
|
||||
workspace 7 output $firstMonitor
|
||||
workspace 8 output $secondMonitor
|
||||
workspace 9 output $secondMonitor
|
||||
workspace 9 output $firstMonitor
|
||||
workspace 10 output $secondMonitor
|
||||
|
||||
# switch to workspace
|
||||
@ -133,10 +143,10 @@ bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# resizing
|
||||
bindsym mod1+Left resize shrink width 10 px or 5 ppt
|
||||
bindsym mod1+Down resize grow height 10 px or 5 ppt
|
||||
bindsym mod1+Up resize shrink height 10 px or 5 ppt
|
||||
bindsym mod1+Right resize grow width 10 px or 5 ppt
|
||||
bindsym mod1+Left resize shrink width 10 px or 1 ppt
|
||||
bindsym mod1+Down resize grow height 10 px or 1 ppt
|
||||
bindsym mod1+Up resize shrink height 10 px or 1 ppt
|
||||
bindsym mod1+Right resize grow width 10 px or 1 ppt
|
||||
|
||||
# next/previous workspace
|
||||
bindsym Mod1+Tab workspace next
|
||||
@ -185,7 +195,7 @@ exec --no-startup-id xfsettingsd &
|
||||
exec --no-startup-id ksuperkey -e 'Super_L=Alt_L|F1'
|
||||
exec --no-startup-id nitrogen --restore
|
||||
exec --no-startup-id al-conky-session
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec --no-startup-id /usr/bin/lxpolkit
|
||||
|
||||
|
||||
####################################################################################################
|
||||
@ -194,11 +204,15 @@ exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
bindsym $mod+e exec --no-startup-id al-open -edit
|
||||
bindsym Control+space exec --no-startup-id rofi-apps
|
||||
bindsym mod1+F1 exec --no-startup-id rofi-apps
|
||||
bindsym mod1+F1 exec --no-startup-id $HOME/bin/rofi-gorice
|
||||
bindsym $mod+t exec --no-startup-id exo-open --launch TerminalEmulator
|
||||
bindsym $mod+w exec --no-startup-id exo-open --launch WebBrowser
|
||||
bindsym $mod+f exec --no-startup-id exo-open --launch FileManager
|
||||
bindsym Print exec --no-startup-id scrot "'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f'"
|
||||
|
||||
# good example for long command being broken into multiple lines (i3 is fine with this using "\")
|
||||
bindsym Print exec --no-startup-id "scrot '%S.png' \
|
||||
-e 'mv $f $$(xdg-user-dir PICTURES)/ArchLabs-%S-$wx$h.png \
|
||||
; gpicview $$(xdg-user-dir PICTURES)/ArchLabs-%S-$wx$h.png'"
|
||||
|
||||
####################################################################################################
|
||||
################# application settings #################
|
||||
@ -246,51 +260,33 @@ new_window normal
|
||||
new_float normal
|
||||
popup_during_fullscreen smart
|
||||
|
||||
for_window [class="^.*"] border pixel 2
|
||||
gaps inner 8
|
||||
gaps outer 2
|
||||
#smart_gaps on
|
||||
#smart_borders on
|
||||
|
||||
####################################################################################################
|
||||
################# Modes #################
|
||||
################# logout #################
|
||||
####################################################################################################
|
||||
|
||||
# sets gaps
|
||||
set $mode_gaps Gaps: +/- (local) Shift +/- (global)
|
||||
bindsym $mod+Shift+g mode "$mode_gaps"
|
||||
|
||||
mode "$mode_gaps" {
|
||||
bindsym plus gaps inner current plus 2
|
||||
bindsym minus gaps inner current minus 2
|
||||
bindsym 0 gaps inner current set 0
|
||||
|
||||
bindsym Shift+plus gaps inner all plus 2
|
||||
bindsym Shift+minus gaps inner all minus 2
|
||||
bindsym Shift+0 gaps inner all set 0
|
||||
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
|
||||
# exit i3 (logs you out of your X session)
|
||||
bindsym $mod+Shift+e exec --no-startup-id "i3-nagbar -t warning -m 'You pressed the exit shortcut.\
|
||||
Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||
|
||||
#Press $mod (super) and X to exit
|
||||
bindsym $mod+X mode "$mode_system"
|
||||
|
||||
set $mode_system (k) (l) (u) (h) ⏾ (r) (s)
|
||||
set $mode_system Q ➤ W ➤ E ➤ R ➤
|
||||
mode "$mode_system" {
|
||||
bindsym k exec --no-startup-id i3lock-fancy, mode "default"
|
||||
bindsym l exec --no-startup-id ~/.config/i3/scripts/i3exit.sh logout, mode "default"
|
||||
bindsym u exec --no-startup-id ~/.config/i3/scripts/i3exit.sh suspend, mode "default"
|
||||
bindsym h exec --no-startup-id ~/.config/i3/scripts/i3exit.sh hibernate, mode "default"
|
||||
bindsym r exec --no-startup-id ~/.config/i3/scripts/i3exit.sh reboot, mode "default"
|
||||
bindsym s exec --no-startup-id ~/.config/i3/scripts/i3exit.sh shutdown, mode "default"
|
||||
|
||||
# back to normal: Enter or Escape
|
||||
bindsym q exec --no-startup-id i3lock-fancy, mode "default"
|
||||
bindsym w exec --no-startup-id ~/.config/i3/scripts/i3exit.sh logout, mode "default"
|
||||
bindsym e exec --no-startup-id ~/.config/i3/scripts/i3exit.sh reboot, mode "default"
|
||||
bindsym r exec --no-startup-id ~/.config/i3/scripts/i3exit.sh shutdown, mode "default"
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
####################################################################################################
|
||||
################# i3 gaps change #################
|
||||
####################################################################################################
|
||||
|
||||
set $mode_gaps Gap Size + | -
|
||||
bindsym $mod+Shift+g mode "$mode_gaps"
|
||||
mode "$mode_gaps" {
|
||||
bindsym plus gaps inner all plus 2
|
||||
bindsym minus gaps inner all minus 2
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
|
291
home/.config/i3/config.template
Normal file
291
home/.config/i3/config.template
Normal file
@ -0,0 +1,291 @@
|
||||
#########################################
|
||||
### KEY DEFINITIONS ####
|
||||
#########################################
|
||||
## $Mod = Super key or Mod4 ##
|
||||
## Mod1 = ALT key ##
|
||||
## Control = CTRL key ##
|
||||
## Shift = SHIFT key ##
|
||||
## Escape = ESCAPE key ##
|
||||
## Return = ENTER or RETURN key ##
|
||||
## Pause = PAUSE key ##
|
||||
## Print = PRINT key ##
|
||||
## Tab = TAB key ##
|
||||
#########################################
|
||||
####################################################################################################
|
||||
################# Style settings #################
|
||||
####################################################################################################
|
||||
|
||||
# Window colors
|
||||
set $border-color {{index .Data.terminal_colors 0}}
|
||||
set $background-color {{index .Data.terminal_colors 0}}
|
||||
set $inactive-color {{index .Data.terminal_colors 7}}
|
||||
set $text-color {{index .Data.terminal_colors 4}}
|
||||
set $urgent-color {{index .Data.terminal_colors 1}}
|
||||
set $active-color {{index .Data.terminal_colors 5}}
|
||||
|
||||
# class background border text indicator
|
||||
client.focused $border-color $active-color $text-color $inactive-color
|
||||
client.unfocused $border-color $border-color $text-color $border-color
|
||||
client.focused_inactive $border-color $border-color $text-color $border-color
|
||||
client.urgent $border-color $urgent-color $urgent-color $border-color
|
||||
|
||||
# border
|
||||
for_window [class="^.*"] border pixel {{.Data.border_pixels}}
|
||||
|
||||
# gaps
|
||||
gaps inner {{.Data.gap_inner}}
|
||||
gaps outer {{.Data.gap_outer}}
|
||||
|
||||
####################################################################################################
|
||||
################# Define variables #################
|
||||
####################################################################################################
|
||||
|
||||
#set Super or Alt key
|
||||
set $mod Mod4
|
||||
#set $mod Mod1
|
||||
|
||||
# vim directional keys
|
||||
set $up l
|
||||
set $down k
|
||||
set $left j
|
||||
set $right semicolon
|
||||
|
||||
####################################################################################################
|
||||
################# Define Workspaces and screens #################
|
||||
####################################################################################################
|
||||
|
||||
# monitors
|
||||
set $firstMonitor HDMI1
|
||||
set $secondMonitor HDMI2
|
||||
|
||||
# workspace assignment
|
||||
workspace 1 output $firstMonitor
|
||||
workspace 2 output $secondMonitor
|
||||
workspace 3 output $firstMonitor
|
||||
workspace 4 output $secondMonitor
|
||||
workspace 5 output $firstMonitor
|
||||
workspace 6 output $secondMonitor
|
||||
workspace 7 output $firstMonitor
|
||||
workspace 8 output $secondMonitor
|
||||
workspace 9 output $firstMonitor
|
||||
workspace 10 output $secondMonitor
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace 1
|
||||
bindsym $mod+2 workspace 2
|
||||
bindsym $mod+3 workspace 3
|
||||
bindsym $mod+4 workspace 4
|
||||
bindsym $mod+5 workspace 5
|
||||
bindsym $mod+6 workspace 6
|
||||
bindsym $mod+7 workspace 7
|
||||
bindsym $mod+8 workspace 8
|
||||
bindsym $mod+9 workspace 9
|
||||
bindsym $mod+0 workspace 10
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace 1; workspace 1
|
||||
bindsym $mod+Shift+2 move container to workspace 2; workspace 2
|
||||
bindsym $mod+Shift+3 move container to workspace 3; workspace 3
|
||||
bindsym $mod+Shift+4 move container to workspace 4; workspace 4
|
||||
bindsym $mod+Shift+5 move container to workspace 5; workspace 5
|
||||
bindsym $mod+Shift+6 move container to workspace 6; workspace 6
|
||||
bindsym $mod+Shift+7 move container to workspace 7; workspace 7
|
||||
bindsym $mod+Shift+8 move container to workspace 8; workspace 8
|
||||
bindsym $mod+Shift+9 move container to workspace 9; workspace 9
|
||||
bindsym $mod+Shift+0 move container to workspace 10; workspace 10
|
||||
|
||||
####################################################################################################
|
||||
################# reload configs #################
|
||||
####################################################################################################
|
||||
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindsym $mod+Shift+r restart
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
####################################################################################################
|
||||
################ Container/window control ##################
|
||||
####################################################################################################
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
||||
# change focus
|
||||
bindsym $mod+$left focus left
|
||||
bindsym $mod+$down focus down
|
||||
bindsym $mod+$up focus up
|
||||
bindsym $mod+$right focus right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym $mod+Left focus left
|
||||
bindsym $mod+Down focus down
|
||||
bindsym $mod+Up focus up
|
||||
bindsym $mod+Right focus right
|
||||
|
||||
|
||||
# move focused window
|
||||
bindsym $mod+Shift+$left move left
|
||||
bindsym $mod+Shift+$down move down
|
||||
bindsym $mod+Shift+$up move up
|
||||
bindsym $mod+Shift+$right move right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym $mod+Shift+Left move left
|
||||
bindsym $mod+Shift+Down move down
|
||||
bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# resizing
|
||||
bindsym mod1+Left resize shrink width 10 px or 1 ppt
|
||||
bindsym mod1+Down resize grow height 10 px or 1 ppt
|
||||
bindsym mod1+Up resize shrink height 10 px or 1 ppt
|
||||
bindsym mod1+Right resize grow width 10 px or 1 ppt
|
||||
|
||||
# next/previous workspace
|
||||
bindsym Mod1+Tab workspace next
|
||||
bindsym Mod1+Shift+Tab workspace prev
|
||||
bindsym $mod+Tab workspace back_and_forth
|
||||
|
||||
#navigate workspaces next / previous
|
||||
bindsym Mod1+Ctrl+Right workspace next
|
||||
bindsym Mod1+Ctrl+Left workspace prev
|
||||
|
||||
# switch to workspace with urgent window
|
||||
for_window [urgent=latest] focus
|
||||
|
||||
# default tiling orientation
|
||||
default_orientation horizontal
|
||||
|
||||
# container layout
|
||||
bindsym $mod+h split h
|
||||
bindsym $mod+v split v
|
||||
bindsym $mod+Shift+t layout tabbed
|
||||
bindsym $mod+Shift+s layout stacking
|
||||
bindsym $mod+Shift+h layout splith
|
||||
bindsym $mod+Shift+v layout splitv
|
||||
|
||||
# switch between tiling / floating
|
||||
bindsym $mod+space focus mode_toggle
|
||||
|
||||
# focus the parent container
|
||||
bindsym $mod+a focus parent
|
||||
|
||||
# focus the child container
|
||||
#bindsym $mod+d focus child
|
||||
|
||||
####################################################################################################
|
||||
################# Autostart applications ##################
|
||||
####################################################################################################
|
||||
|
||||
# scripts & settings
|
||||
exec_always --no-startup-id $HOME/.config/i3/scripts/compositor.sh
|
||||
exec_always --no-startup-id launch-polybar
|
||||
exec_always --no-startup-id skippy-xd --start-daemon --config $HOME/.config/skippy-xd/skippy-xd.rc
|
||||
exec_always --no-startup-id numlockx on
|
||||
|
||||
# run once at startup
|
||||
exec --no-startup-id xfsettingsd &
|
||||
exec --no-startup-id ksuperkey -e 'Super_L=Alt_L|F1'
|
||||
exec --no-startup-id nitrogen --restore
|
||||
exec --no-startup-id al-conky-session
|
||||
exec --no-startup-id /usr/bin/lxpolkit
|
||||
|
||||
|
||||
####################################################################################################
|
||||
################# application keyboard shortcuts ##################
|
||||
####################################################################################################
|
||||
|
||||
bindsym $mod+e exec --no-startup-id al-open -edit
|
||||
bindsym Control+space exec --no-startup-id rofi-apps
|
||||
bindsym mod1+F1 exec --no-startup-id $HOME/bin/rofi-gorice
|
||||
bindsym $mod+t exec --no-startup-id exo-open --launch TerminalEmulator
|
||||
bindsym $mod+w exec --no-startup-id exo-open --launch WebBrowser
|
||||
bindsym $mod+f exec --no-startup-id exo-open --launch FileManager
|
||||
|
||||
# good example for long command being broken into multiple lines (i3 is fine with this using "\")
|
||||
bindsym Print exec --no-startup-id "scrot '%S.png' \
|
||||
-e 'mv $f $$(xdg-user-dir PICTURES)/ArchLabs-%S-$wx$h.png \
|
||||
; gpicview $$(xdg-user-dir PICTURES)/ArchLabs-%S-$wx$h.png'"
|
||||
|
||||
####################################################################################################
|
||||
################# application settings #################
|
||||
####################################################################################################
|
||||
|
||||
for_window [class="qt5ct|Lxappearance|^Gpick$|Pamac|Peek|Nitrogen"] floating enable
|
||||
for_window [window_role="^Preferences$"] floating enable
|
||||
|
||||
for_window [class="Termite|^Thunar|Geany|Firefox"] focus
|
||||
|
||||
# Assign Applications to specific workspace
|
||||
# get class with xprop
|
||||
assign [class="Firefox"] → 1
|
||||
assign [class="Geany"] → 2
|
||||
assign [class="Thunar"] → 3
|
||||
assign [class="^Gimp"] → 4
|
||||
|
||||
####################################################################################################
|
||||
################# audio settings #################
|
||||
####################################################################################################
|
||||
|
||||
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 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10 # decrease screen brightness
|
||||
|
||||
####################################################################################################
|
||||
################# border control #################
|
||||
####################################################################################################
|
||||
|
||||
hide_edge_borders both
|
||||
bindsym $mod+shift+b exec --no-startup-id i3-msg border toggle
|
||||
|
||||
#changing border style
|
||||
bindsym $mod+n border normal
|
||||
bindsym $mod+y border 1pixel
|
||||
bindsym $mod+u border none
|
||||
|
||||
new_window normal
|
||||
new_float normal
|
||||
popup_during_fullscreen smart
|
||||
|
||||
|
||||
####################################################################################################
|
||||
################# logout #################
|
||||
####################################################################################################
|
||||
|
||||
bindsym $mod+X mode "$mode_system"
|
||||
|
||||
set $mode_system Q ➤ W ➤ E ➤ R ➤
|
||||
mode "$mode_system" {
|
||||
bindsym q exec --no-startup-id i3lock-fancy, mode "default"
|
||||
bindsym w exec --no-startup-id ~/.config/i3/scripts/i3exit.sh logout, mode "default"
|
||||
bindsym e exec --no-startup-id ~/.config/i3/scripts/i3exit.sh reboot, mode "default"
|
||||
bindsym r exec --no-startup-id ~/.config/i3/scripts/i3exit.sh shutdown, mode "default"
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
####################################################################################################
|
||||
################# i3 gaps change #################
|
||||
####################################################################################################
|
||||
|
||||
set $mode_gaps Gap Size + | -
|
||||
bindsym $mod+Shift+g mode "$mode_gaps"
|
||||
mode "$mode_gaps" {
|
||||
bindsym plus gaps inner all plus 2
|
||||
bindsym minus gaps inner all minus 2
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
4
home/.config/nitrogen/bg-saved.cfg.template
Normal file
4
home/.config/nitrogen/bg-saved.cfg.template
Normal file
@ -0,0 +1,4 @@
|
||||
[xin_-1]
|
||||
file={{.Data.wallpaper_saved}}
|
||||
mode=0
|
||||
bgcolor=#000000
|
9
home/.config/nitrogen/dual-monitor/bg-saved.cfg
Executable file
9
home/.config/nitrogen/dual-monitor/bg-saved.cfg
Executable file
@ -0,0 +1,9 @@
|
||||
[xin_0]
|
||||
file=/home/smoke/Pictures/Wallpaper.jpg
|
||||
mode=0
|
||||
bgcolor=#000000
|
||||
|
||||
[xin_1]
|
||||
file=/home/smoke/Pictures/Wallpaper.jpg
|
||||
mode=0
|
||||
bgcolor=#000000
|
9
home/.config/nitrogen/dual-monitor/bg-saved.cfg.template
Normal file
9
home/.config/nitrogen/dual-monitor/bg-saved.cfg.template
Normal file
@ -0,0 +1,9 @@
|
||||
[xin_0]
|
||||
file={{.Data.wallpaper_saved}}
|
||||
mode=0
|
||||
bgcolor=#000000
|
||||
|
||||
[xin_1]
|
||||
file={{.Data.wallpaper_saved}}
|
||||
mode=0
|
||||
bgcolor=#000000
|
@ -61,11 +61,12 @@ our $SCHEMA = [
|
||||
{item => ['xfce4-appearance-settings', 'GTK Appearance', 'preferences-desktop-theme']},
|
||||
{item => ['nitrogen', 'Change Wallpaper', 'nitrogen']},
|
||||
{sep => undef},
|
||||
{pipe => ['al-compositor', 'Compositor', 'compton']},
|
||||
{pipe => ['al-polybar-pipemenu', 'Polybar', 'polybar']},
|
||||
{pipe => ['al-conky-pipemenu', 'Conky', 'conky']},
|
||||
{pipe => ['al-tint2-pipemenu', 'Tint2', 'tint2']},
|
||||
{item => ['rofi-theme-selector', 'Rofi Theme', 'theme']},
|
||||
{pipe => ['al-compositor', 'Compositor', 'compton']},
|
||||
{pipe => ['al-polybar-pipemenu', 'Polybar', 'polybar']},
|
||||
{pipe => ['al-conky-pipemenu', 'Conky', 'conky']},
|
||||
{pipe => ['al-tint2-pipemenu', 'Tint2', 'tint2']},
|
||||
{item => ['rofi-theme-selector', 'Rofi Theme', 'theme']},
|
||||
{pipe => ['al-panel-chooser', 'Panel Chooser', 'panel']},
|
||||
{sep => undef},
|
||||
{item => ['xfce4-settings-manager', 'Xfce4 Settings Manager', 'preferences-desktop']},
|
||||
{item => ['pavucontrol', 'Pulseaudio Preferences', 'multimedia-volume-control']},
|
||||
|
@ -1,20 +1,20 @@
|
||||
# launch compton
|
||||
al-compositor --start &
|
||||
|
||||
$HOME/.config/setup &
|
||||
~/.config/setup &
|
||||
|
||||
# restore wallpaper
|
||||
nitrogen --restore &
|
||||
|
||||
# panel
|
||||
al-tint2-session &
|
||||
sleep 1; launch-polybar &
|
||||
sleep 1; $HOME/.config/polybar/scripts/launch-polybar &
|
||||
|
||||
# Openbox autostart
|
||||
ob-autostart -d &
|
||||
|
||||
## GNOME PolicyKit authentication
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
# PolicyKit authentication
|
||||
lxpolkit &
|
||||
|
||||
# Required for xfce setting to work
|
||||
xfsettingsd &
|
||||
@ -24,4 +24,5 @@ sleep 2; al-conky-session &
|
||||
|
||||
xdg-user-dirs-gtk-update &
|
||||
|
||||
panel-switch &
|
||||
#termite --exec=al-hello &
|
||||
al-panel-chooser &
|
||||
|
@ -128,6 +128,11 @@
|
||||
<menu execute="al-polybar-pipemenu" id="PolybarPipeMenu" label="Polybar"/>
|
||||
<menu execute="al-conky-pipemenu" id="ConkyPipeMenu" label="Conky"/>
|
||||
<menu execute="al-tint2-pipemenu" id="TintPipeMenu" label="Tint2"/>
|
||||
<item label="Panel Chooser">
|
||||
<action name="Execute">
|
||||
<command>al-panel-chooser</command>
|
||||
</action>
|
||||
</item>
|
||||
<separator/>
|
||||
<item label="Appearance">
|
||||
<action name="Execute">
|
||||
|
41
home/.config/openbox/rc.xml
Executable file → Normal file
41
home/.config/openbox/rc.xml
Executable file → Normal file
@ -1,4 +1,3 @@
|
||||
<?xml version="1.0"?>
|
||||
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<resistance>
|
||||
<strength>10</strength>
|
||||
@ -40,7 +39,7 @@
|
||||
'Active' - where the active window is -->
|
||||
</placement>
|
||||
<theme>
|
||||
<name>ArchLabs-Dark</name>
|
||||
<name>gorice</name>
|
||||
<titleLayout>NLIMC</titleLayout>
|
||||
<!--
|
||||
available characters are NDSLIMC, each can occur at most once.
|
||||
@ -126,11 +125,6 @@
|
||||
<name>3</name>
|
||||
<name>4</name>
|
||||
<name>5</name>
|
||||
<name>6</name>
|
||||
<name>7</name>
|
||||
<name>8</name>
|
||||
<name>9</name>
|
||||
<name>10</name>
|
||||
</names>
|
||||
<popupTime>800</popupTime>
|
||||
<!-- The number of milliseconds to show the popup for when switching
|
||||
@ -181,6 +175,7 @@
|
||||
<!-- 'Left', 'Middle', 'Right' -->
|
||||
</dock>
|
||||
<keyboard>
|
||||
<chainQuitKey/>
|
||||
<keybind key="W-1">
|
||||
<action name="GoToDesktop">
|
||||
<to>1</to>
|
||||
@ -208,31 +203,32 @@
|
||||
</keybind>
|
||||
<keybind key="S-W-1">
|
||||
<action name="SendToDesktop">
|
||||
<to>1</to>
|
||||
<desktop>1</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-W-2">
|
||||
<action name="SendToDesktop">
|
||||
<to>2</to>
|
||||
<desktop>1</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-W-3">
|
||||
<action name="SendToDesktop">
|
||||
<to>3</to>
|
||||
<desktop>1</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-W-4">
|
||||
<action name="SendToDesktop">
|
||||
<to>4</to>
|
||||
<desktop>1</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-W-5">
|
||||
<action name="SendToDesktop">
|
||||
<to>5</to>
|
||||
<desktop>1</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="A-Tab">
|
||||
<action name="NextWindow">
|
||||
<allDesktops>yes</allDesktops>
|
||||
<raise>yes</raise>
|
||||
<finalactions>
|
||||
<action name="Focus"/>
|
||||
@ -327,13 +323,11 @@
|
||||
<command>scrot -d 5 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f'</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- Needed for super key to launch rofi -->
|
||||
<keybind key="A-F1">
|
||||
<action name="Execute">
|
||||
<command>rofi-apps</command>
|
||||
<command>~/bin/rofi-gorice</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- -->
|
||||
<keybind key="W-f">
|
||||
<action name="Execute">
|
||||
<command>exo-open --launch FileManager</command>
|
||||
@ -391,7 +385,7 @@
|
||||
</keybind>
|
||||
<keybind key="W-S-r">
|
||||
<action name="Execute">
|
||||
<command>~/.config/polybar/scripts/launch.sh --reload</command>
|
||||
<command>launch-polybar --reload</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-S-BackSpace">
|
||||
@ -431,9 +425,6 @@
|
||||
<command>xfce4-settings-manager</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!--
|
||||
Beginning of tile binds
|
||||
-->
|
||||
<keybind key="W-KP_1">
|
||||
<action name="UnmaximizeFull"/>
|
||||
<action name="MoveResizeTo">
|
||||
@ -545,6 +536,11 @@
|
||||
<width>50%</width>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-Delete">
|
||||
<action name="Execute">
|
||||
<command>exit-openbox</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-A-Right">
|
||||
<action name="UnmaximizeFull"/>
|
||||
<action name="MaximizeVert"/>
|
||||
@ -554,9 +550,6 @@
|
||||
<width>50%</width>
|
||||
</action>
|
||||
</keybind>
|
||||
<!--
|
||||
End of Tiling Binds
|
||||
-->
|
||||
</keyboard>
|
||||
<mouse>
|
||||
<dragThreshold>4</dragThreshold>
|
||||
@ -592,7 +585,7 @@
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="Drag">
|
||||
<mousebind action="Drag" button="Left">
|
||||
<action name="if">
|
||||
<maximizedvertical>yes</maximizedvertical>
|
||||
<then>
|
||||
@ -940,7 +933,7 @@
|
||||
<desktop>4</desktop>
|
||||
<focus>yes</focus>
|
||||
</application>
|
||||
<application class="geany">
|
||||
<application class="mousepad">
|
||||
<desktop>5</desktop>
|
||||
<focus>yes</focus>
|
||||
</application>
|
||||
|
@ -1,5 +1,5 @@
|
||||
;=====================================================
|
||||
; Includes
|
||||
; File Includes
|
||||
;=====================================================
|
||||
|
||||
[section/base]
|
||||
@ -7,32 +7,6 @@ include-file = /home/liveuser/.config/polybar/master.conf
|
||||
include-file = /home/liveuser/.config/polybar/modules.conf
|
||||
|
||||
|
||||
;=====================================================
|
||||
; i3 Bars
|
||||
;=====================================================
|
||||
|
||||
[bar/i3-bar]
|
||||
inherit = bar/master
|
||||
|
||||
; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
||||
monitor =
|
||||
|
||||
modules-left = i3-workspaces menu
|
||||
modules-center = clock
|
||||
modules-right = pkg memory temperature coreuse network volume
|
||||
|
||||
; All available modules (some require configuration in modules.conf)
|
||||
; redshift github filesystem mpd wired-network wireless-network battery menu volume-bar
|
||||
; pkg keyboard memory temperature coreuse network clock volume i3-workspaces workspaces window_switch
|
||||
|
||||
|
||||
;;;;;; Tray is commented out ;;;;;;;;
|
||||
;tray-position = center
|
||||
;tray-padding = 10
|
||||
;tray-background = ${colors.background}
|
||||
;tray-offset-x = 20%
|
||||
|
||||
|
||||
;=====================================================
|
||||
; Openbox Bars
|
||||
;=====================================================
|
||||
@ -43,12 +17,66 @@ inherit = bar/master
|
||||
; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
||||
monitor =
|
||||
|
||||
modules-left = window_switch workspaces menu
|
||||
modules-left = config window_switch workspaces menu
|
||||
modules-center = clock
|
||||
modules-right = pkg memory temperature coreuse network volume
|
||||
|
||||
; All available modules (some require configuration in modules.conf)
|
||||
; redshift github filesystem mpd wired-network wireless-network battery menu volume-bar
|
||||
; redshift github filesystem mpd wired-network wireless-network battery menu volume-bar bspwm
|
||||
; pkg keyboard memory temperature coreuse network clock volume i3-workspaces workspaces window_switch
|
||||
|
||||
|
||||
;;;;;; Tray is commented out ;;;;;;;;
|
||||
;tray-position = center
|
||||
;tray-padding = 10
|
||||
;tray-background = ${colors.background}
|
||||
;tray-offset-x = 20%
|
||||
|
||||
|
||||
|
||||
;=====================================================
|
||||
; i3 Bars
|
||||
;=====================================================
|
||||
|
||||
[bar/i3-bar]
|
||||
inherit = bar/master
|
||||
|
||||
; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
||||
monitor =
|
||||
|
||||
modules-left = config i3-workspaces menu
|
||||
modules-center = clock
|
||||
modules-right = pkg memory temperature coreuse network volume
|
||||
|
||||
; All available modules (some require configuration in modules.conf)
|
||||
; redshift github filesystem mpd wired-network wireless-network battery menu volume-bar bspwm
|
||||
; pkg keyboard memory temperature coreuse network clock volume i3-workspaces workspaces window_switch
|
||||
|
||||
|
||||
;;;;;; Tray is commented out ;;;;;;;;
|
||||
;tray-position = center
|
||||
;tray-padding = 10
|
||||
;tray-background = ${colors.background}
|
||||
;tray-offset-x = 20%
|
||||
|
||||
|
||||
|
||||
;=====================================================
|
||||
; Bspwm Bars
|
||||
;=====================================================
|
||||
|
||||
[bar/bsp-bar]
|
||||
inherit = bar/master
|
||||
|
||||
; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
||||
monitor =
|
||||
|
||||
modules-left = config bspwm menu
|
||||
modules-center = clock
|
||||
modules-right = pkg memory temperature coreuse network volume
|
||||
|
||||
; All available modules (some require configuration in modules.conf)
|
||||
; redshift github filesystem mpd wired-network wireless-network battery menu volume-bar bspwm
|
||||
; pkg keyboard memory temperature coreuse network clock volume i3-workspaces workspaces window_switch
|
||||
|
||||
|
||||
|
@ -2,31 +2,31 @@
|
||||
; Settings & Colors
|
||||
;=====================================================
|
||||
|
||||
[settings]
|
||||
compositing-background = source
|
||||
compositing-foreground = source
|
||||
compositing-overline = source
|
||||
compositing-underline = source
|
||||
compositing-border = source
|
||||
|
||||
screenchange-reload = true
|
||||
throttle-output = 5
|
||||
throttle-output-for = 10
|
||||
throttle-input-for = 30
|
||||
|
||||
; Fallback colors for modules
|
||||
format-foreground = ${colors.foreground}
|
||||
format-background = ${colors.background}
|
||||
|
||||
[colors]
|
||||
background = #ed2b303b
|
||||
foreground = #8FA1B3
|
||||
urgent = #E7816B
|
||||
blue = #6BA4E7
|
||||
pink = #9181E7
|
||||
orange = #FEBE8E
|
||||
purple = #D7AFF9
|
||||
yellow = #F9F1AF
|
||||
background = #2b303b
|
||||
foreground = #c0c5ce
|
||||
urgent = #E7816B
|
||||
blue = #6BA4E7
|
||||
pink = #9181E7
|
||||
orange = #FEBE8E
|
||||
purple = #D7AFF9
|
||||
yellow = #F9F1AF
|
||||
border = #c0c5ce
|
||||
|
||||
[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}
|
||||
|
||||
|
||||
|
||||
;=====================================================
|
||||
@ -34,24 +34,38 @@ yellow = #F9F1AF
|
||||
;=====================================================
|
||||
|
||||
[bar/master]
|
||||
width = 100%
|
||||
height = 28
|
||||
radius = 0.0
|
||||
line-size = 2
|
||||
bottom = false
|
||||
fixed-center = true
|
||||
border-bottom-size = 2
|
||||
padding-left = 0
|
||||
padding-right = 0
|
||||
module-margin-left = 1
|
||||
module-margin-right = 1
|
||||
width = 100%
|
||||
height = 28
|
||||
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"
|
||||
|
||||
separator = │
|
||||
foreground = ${colors.foreground}
|
||||
background = ${colors.background}
|
||||
border-color = ${colors.foreground}
|
||||
|
||||
font-0 = "DejaVu Sans Mono:size=10:antialias=false;2"
|
||||
font-1 = "MaterialIcons:size=9:antialias=false;2"
|
||||
font-2 = "icomoon:size=10:antialias=false;2"
|
||||
font-3 = "Ubuntu Nerd Font:size=9:antialias=false;2"
|
||||
offset-x = 0
|
||||
offset-y = 0
|
||||
fixed-center = true
|
||||
|
||||
border-color = ${colors.border}
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
font-1 = "FontAwesome:size=9:antialias=false;2"
|
||||
font-2 = "MaterialIcons:size=9:antialias=false;3"
|
||||
font-3 = "icomoon:size=10:antialias=false;2"
|
||||
font-4 = "Ubuntu Nerd Font:size=9:antialias=false;2"
|
||||
|
||||
module-margin = 0
|
||||
padding-right = 0
|
||||
padding-left = 0
|
||||
separator = │
|
||||
|
||||
click-middle = skippy-xd --activate-window-picker
|
||||
scroll-up = pamixer -i 2
|
||||
scroll-down = pamixer -d 2
|
||||
double-click-left = python /usr/bin/networkmanager_dmenu
|
||||
double-click-middle = skippy-xd --activate-window-picker
|
||||
double-click-right = pavucontrol &
|
||||
|
71
home/.config/polybar/master.conf.template
Normal file
71
home/.config/polybar/master.conf.template
Normal file
@ -0,0 +1,71 @@
|
||||
;=====================================================
|
||||
; Settings & Colors
|
||||
;=====================================================
|
||||
|
||||
[colors]
|
||||
background = {{.Data.bar_background}}
|
||||
foreground = {{.Data.terminal_foreground}}
|
||||
urgent = {{index .Data.terminal_colors 1}}
|
||||
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}}"
|
||||
|
||||
|
||||
offset-x = 0
|
||||
offset-y = 0
|
||||
fixed-center = true
|
||||
|
||||
border-color = ${colors.border}
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
font-1 = "FontAwesome:size=9:antialias=false;2"
|
||||
font-2 = "MaterialIcons:size=9:antialias=false;3"
|
||||
font-3 = "icomoon:size=10:antialias=false;2"
|
||||
font-4 = "Ubuntu Nerd Font:size=9:antialias=false;2"
|
||||
|
||||
module-margin = 0
|
||||
padding-right = 0
|
||||
padding-left = 0
|
||||
separator = │
|
||||
|
||||
click-middle = skippy-xd --activate-window-picker
|
||||
scroll-up = pamixer -i 2
|
||||
scroll-down = pamixer -d 2
|
||||
double-click-left = python /usr/bin/networkmanager_dmenu
|
||||
double-click-middle = skippy-xd --activate-window-picker
|
||||
double-click-right = pavucontrol &
|
@ -2,6 +2,23 @@
|
||||
; Modules
|
||||
;=====================================================
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; GoRice Config UI ;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
[module/config]
|
||||
type = custom/script
|
||||
exec = echo ""
|
||||
interval = 5
|
||||
|
||||
label = %output%
|
||||
label-padding = 2
|
||||
format = <label>
|
||||
|
||||
click-left = ~/go/bin/gorice dump i3 ~/.gorice/output.yaml.template; ~/bin/config_ui &
|
||||
click-right = termite "--exec=$HOME/go/bin/gorice edit i3/current" &
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Openbox Workspaces ;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@ -77,6 +94,57 @@ label-urgent-padding = 1
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
;;Bspwm Workspaces;;
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
[module/bspwm]
|
||||
type = internal/bspwm
|
||||
pin-workspaces = true
|
||||
inline-mode = false
|
||||
enable-click = true
|
||||
enable-scroll = false
|
||||
reverse-scroll = false
|
||||
fuzzy-match = true
|
||||
; ws-icon-[0-9]+ = label;icon
|
||||
; Note that the label needs to correspond with the bspwm workspace name
|
||||
;ws-icon-0 = code;♚
|
||||
;ws-icon-1 = office;♛
|
||||
;ws-icon-2 = graphics;♜
|
||||
;ws-icon-3 = mail;♝
|
||||
;ws-icon-4 = web;♞
|
||||
;ws-icon-default = ♟
|
||||
|
||||
format = <label-state> <label-mode>
|
||||
label-monitor = %name%
|
||||
label-dimmed-foreground = #555
|
||||
label-dimmed-underline = ${bar/top.background}
|
||||
label-dimmed-focused-background = #f00
|
||||
label-focused = %icon% %name%
|
||||
label-focused-foreground = ${colors.blue}
|
||||
label-focused-underline = ${colors.blue}
|
||||
label-occupied = %icon% %name%
|
||||
label-occupied-underline = ${colors.purple}
|
||||
label-urgent = %icon% %name%
|
||||
label-urgent-foreground = ${colors.urgent}
|
||||
label-urgent-underline = ${colors.urgent}
|
||||
label-empty = %icon% %name%
|
||||
|
||||
; The following labels will be used to indicate the layout/mode
|
||||
; for the focused workspace. Requires <label-mode>
|
||||
label-monocle =
|
||||
label-tiled =
|
||||
label-fullscreen =
|
||||
label-floating =
|
||||
label-pseudotiled = P
|
||||
label-locked =
|
||||
label-locked-foreground = ${colors.yellow}
|
||||
label-sticky =
|
||||
label-sticky-foreground = ${colors.purple}
|
||||
label-private =
|
||||
label-private-foreground = ${colors.urgent}
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;
|
||||
;; Network ;;
|
||||
;;;;;;;;;;;;;
|
||||
@ -86,6 +154,7 @@ exec = $HOME/.config/polybar/scripts/network.sh
|
||||
click-left = networkmanager_dmenu &
|
||||
click-right = networkmanager_dmenu &
|
||||
interval = 1
|
||||
label-padding = 1
|
||||
tail = true
|
||||
|
||||
|
||||
@ -96,7 +165,7 @@ tail = true
|
||||
type = custom/script
|
||||
interval = 5
|
||||
label = "%{A1:skippy-xd:} %{A3:skippy-xd:} %output% %{A} %{A}"
|
||||
exec = echo " "
|
||||
exec = echo ""
|
||||
format = <label>
|
||||
|
||||
|
||||
@ -106,15 +175,20 @@ format = <label>
|
||||
[module/coreuse]
|
||||
type = internal/cpu
|
||||
interval = 1
|
||||
format = <label><ramp-coreload>
|
||||
format = "<label><ramp-coreload> "
|
||||
label = %{A1:termite --exec=htop & disown:} %percentage%% %{A}
|
||||
ramp-coreload-0 = %{T1}%{F#8FA1B3}▂%{F-}%{T-}
|
||||
ramp-coreload-1 = %{T1}%{F#8FA1B3}▃%{F-}%{T-}
|
||||
ramp-coreload-2 = %{T1}%{F#6BA4E7}▄%{F-}%{T-}
|
||||
ramp-coreload-3 = %{T1}%{F#6BA4E7}▅%{F-}%{T-}
|
||||
ramp-coreload-4 = %{T1}%{F#FFFE5D}▆%{F-}%{T-}
|
||||
ramp-coreload-5 = %{T1}%{F#FFFE5D}▇%{F-}%{T-}
|
||||
ramp-coreload-6 = %{T1}%{F#FF5B6C}█%{F-}%{T-}
|
||||
ramp-coreload-0 = %{T1}▂%{T-}
|
||||
ramp-coreload-0-foreground = ${colors.foreground}
|
||||
ramp-coreload-1 = %{T1}▃%{T-}
|
||||
ramp-coreload-1-foreground = ${colors.foreground}
|
||||
ramp-coreload-2 = %{T1}▄%{T-}
|
||||
ramp-coreload-2-foreground = ${colors.yellow}
|
||||
ramp-coreload-3 = %{T1}▅%{T-}
|
||||
ramp-coreload-3-foreground = ${colors.yellow}
|
||||
ramp-coreload-4 = %{T1}▆%{T-}
|
||||
ramp-coreload-4-foreground = ${colors.urgent}
|
||||
ramp-coreload-5 = %{T1}▇%{T-}
|
||||
ramp-coreload-5-foreground = ${colors.urgent}
|
||||
|
||||
;;;;;;;;;
|
||||
;; MEM ;;
|
||||
@ -159,7 +233,7 @@ thermal-zone = 0
|
||||
warn-temperature = 70
|
||||
|
||||
format = <ramp><label>
|
||||
label = %{A1:termite --exec='watch sensors' & disown:} %temperature% %{A}
|
||||
label = %{A1:termite --exec='watch sensors' & disown:} %temperature%%{A}
|
||||
|
||||
ramp-0 = ""
|
||||
ramp-0-foreground = ${colors.blue}
|
||||
@ -183,16 +257,16 @@ type = internal/volume
|
||||
master-mixer = Master
|
||||
label-volume-foreground = ${colors.foreground}
|
||||
label-volume = %{A3:pavucontrol & disown:}%percentage%% %{A}
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
label-muted = " muted "
|
||||
format-volume = <ramp-volume><label-volume>
|
||||
label-muted = " muted "
|
||||
label-muted-foreground = #888
|
||||
ramp-volume-0 = ""
|
||||
ramp-volume-0 = " "
|
||||
ramp-volume-0-foreground = ${colors.foreground}
|
||||
ramp-volume-1 = ""
|
||||
ramp-volume-1 = " "
|
||||
ramp-volume-1-foreground = ${colors.blue}
|
||||
ramp-volume-2 = ""
|
||||
ramp-volume-2 = " "
|
||||
ramp-volume-2-foreground = ${colors.orange}
|
||||
ramp-volume-3 = ""
|
||||
ramp-volume-3 = " "
|
||||
ramp-volume-3-foreground = ${colors.urgent}
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@ icon=" "
|
||||
|
||||
if pgrep -x "compton" > /dev/null
|
||||
then
|
||||
echo "%{F#EFF0F1}$icon"
|
||||
echo "$icon"
|
||||
else
|
||||
echo "%{F#484852}$icon"
|
||||
fi
|
||||
|
@ -33,6 +33,9 @@ echo "WM is $cur_wm... Launching appropriate bars"
|
||||
if [[ $cur_wm == i3 ]]; then # if i3 launch the i3-bar
|
||||
polybar -r --config=$CONF_PATH/config i3-bar &
|
||||
|
||||
elif [[ $cur_wm == bspwm ]]; then # if bspwm launch the bsp-bar
|
||||
polybar -r --config=$CONF_PATH/config bsp-bar &
|
||||
|
||||
else # otherwise we assume openbox
|
||||
polybar -r --config=$CONF_PATH/config openbox-bar &
|
||||
|
||||
|
@ -4,10 +4,10 @@ online=$(ip addr | grep "state UP" | cut -d ":" -f2)
|
||||
|
||||
#connected=""
|
||||
#offline=""
|
||||
connected=" "
|
||||
offline=" "
|
||||
connected=""
|
||||
offline=""
|
||||
if [[ "$online" ]]; then
|
||||
echo %{F#8FA1B3}${connected}
|
||||
echo ${connected}
|
||||
else
|
||||
echo %{F#E7816B}${offline}; sleep 0.6; echo %{F#8FA1B3}${offline}
|
||||
echo ${offline}; sleep 0.6; echo ${connected}
|
||||
fi
|
||||
|
@ -26,7 +26,7 @@ fi
|
||||
|
||||
# OPTIONAL: Append ' ${temp}K' after $icon
|
||||
if [[ -z $temp ]]; then
|
||||
echo "%{F#8FA1B3} $icon " # Greyed out (not running)
|
||||
echo " $icon " # Greyed out (not running)
|
||||
elif [[ $temp -ge 5000 ]]; then
|
||||
echo "%{F#6BA4E7} $icon " # Blue
|
||||
elif [[ $temp -ge 4000 ]]; then
|
||||
|
@ -3,14 +3,17 @@
|
||||
# setup polybar
|
||||
sed -i '/base/{n;N;N;d}' $HOME/.config/polybar/config
|
||||
sed -i "/base/ a\
|
||||
include-file = ${CONF_PATH}/master.conf" $HOME/.config/polybar/config
|
||||
include-file = ${HOME}/.config/polybar/master.conf" $HOME/.config/polybar/config
|
||||
sed -i "/base/ a\
|
||||
include-file = ${CONF_PATH}/modules.conf" $HOME/.config/polybar/config
|
||||
include-file = ${HOME}/.config/polybar/modules.conf" $HOME/.config/polybar/config
|
||||
|
||||
# set firefox homepage
|
||||
sed -i "s/liveuser/${USER}/g" $HOME/.mozilla/firefox/archlabs.default/prefs.js
|
||||
sed -i "s/liveuser/${USER}/g" $HOME/.mozilla/firefox/archlabs.default/sessionstore.js
|
||||
|
||||
# setup gorice
|
||||
sed -i "s/liveuser/${USER}/g" $HOME/.gorice/templates/i3/data.json
|
||||
|
||||
# set bookmarks in thunar
|
||||
sed -i "s/liveuser/${USER}/g" $HOME/.config/gtk-3.0/bookmarks
|
||||
|
||||
@ -18,4 +21,3 @@ sed -i "s/liveuser/${USER}/g" $HOME/.config/gtk-3.0/bookmarks
|
||||
sed -i '/setup/d' $HOME/.config/openbox/autostart
|
||||
rm -f $HOME/.config/setup
|
||||
|
||||
exit 0
|
||||
|
@ -1,21 +1,22 @@
|
||||
# web browser
|
||||
super + w
|
||||
exo-open --launch WebBrowser
|
||||
exo-open --launch WebBrowser
|
||||
|
||||
# terminal emulator
|
||||
super + t
|
||||
exo-open --launch TerminalEmulator
|
||||
exo-open --launch TerminalEmulator
|
||||
|
||||
# file manager
|
||||
super + f
|
||||
exo-open --launch FileManager
|
||||
exo-open --launch FileManager
|
||||
|
||||
# program launcher
|
||||
super + @space
|
||||
rofi-apps
|
||||
rofi-apps
|
||||
|
||||
# program launcher
|
||||
alt + F1
|
||||
rofi-apps
|
||||
$HOME/bin/rofi-gorice
|
||||
|
||||
# make sxhkd reload its configuration files:
|
||||
super + shift + r
|
||||
@ -141,6 +142,7 @@ XF86AudioLowerVolume
|
||||
# Brightness goes up
|
||||
XF86MonBrightnessUp
|
||||
xbacklight +10
|
||||
|
||||
# Brightness goes down
|
||||
XF86MonBrightnessDown
|
||||
xbacklight -10
|
||||
|
@ -7,67 +7,50 @@ allow_bold = true
|
||||
dynamic_title = true
|
||||
urgent_on_bell = true
|
||||
clickable_url = true
|
||||
font = UbuntuMono Nerd Font 11
|
||||
font = Ubuntu Mono Nerd Font 10
|
||||
scrollback_lines = 10000
|
||||
search_wrap = true
|
||||
icon_name = utilities-terminal
|
||||
geometry = 750x550
|
||||
geometry = 745x475
|
||||
scrollback_lines = 15000
|
||||
|
||||
# "system", "on" or "off"
|
||||
clickable_url = true
|
||||
cursor_blink = system
|
||||
|
||||
# "block", "underline" or "ibeam"
|
||||
cursor_shape = ibeam
|
||||
|
||||
# $BROWSER is used by default if set, with xdg-open as a fallback
|
||||
browser = xdg-open
|
||||
|
||||
# set size hints for the window
|
||||
#size_hints = false
|
||||
|
||||
# Hide links that are no longer valid in url select overlay mode
|
||||
filter_unmatched_urls = true
|
||||
|
||||
# emit escape sequences for extra modified keys
|
||||
#modify_other_keys = false
|
||||
|
||||
[colors]
|
||||
|
||||
# special
|
||||
background = rgba(43,48,59,0.80)
|
||||
foreground = #c0c5ce
|
||||
foreground_bold = #c0c5ce
|
||||
cursor = #c0c5ce
|
||||
background = #2b303b
|
||||
|
||||
# black
|
||||
|
||||
# Black, Gray, Silver, White
|
||||
color0 = #2b303b
|
||||
color8 = #65737e
|
||||
|
||||
# red
|
||||
color7 = #F6F6F6
|
||||
color15 = #c0c5ce
|
||||
|
||||
# Red
|
||||
color1 = #bf616a
|
||||
color9 = #bf616a
|
||||
|
||||
# green
|
||||
|
||||
# Green
|
||||
color2 = #a3be8c
|
||||
color10 = #a3be8c
|
||||
|
||||
# yellow
|
||||
|
||||
# Yellow
|
||||
color3 = #ebcb8b
|
||||
color11 = #ebcb8b
|
||||
|
||||
# blue
|
||||
|
||||
# Blue
|
||||
color4 = #8fa1b3
|
||||
color12 = #8fa1b3
|
||||
|
||||
# magenta
|
||||
|
||||
# Purple
|
||||
color5 = #b48ead
|
||||
color13 = #b48ead
|
||||
|
||||
# cyan
|
||||
|
||||
# Teal
|
||||
color6 = #96b5b4
|
||||
color14 = #96b5b4
|
||||
|
||||
# white
|
||||
color7 = #c0c5ce
|
||||
color15 = #eff1f5
|
||||
|
||||
|
56
home/.config/termite/config.template
Normal file
56
home/.config/termite/config.template
Normal file
@ -0,0 +1,56 @@
|
||||
[options]
|
||||
scroll_on_output = false
|
||||
scroll_on_keystroke = true
|
||||
audible_bell = false
|
||||
mouse_autohide = false
|
||||
allow_bold = true
|
||||
dynamic_title = true
|
||||
urgent_on_bell = true
|
||||
clickable_url = true
|
||||
font = {{.Data.terminal_font}}
|
||||
scrollback_lines = 10000
|
||||
search_wrap = true
|
||||
icon_name = utilities-terminal
|
||||
geometry = 745x475
|
||||
scrollback_lines = 15000
|
||||
clickable_url = true
|
||||
cursor_blink = system
|
||||
cursor_shape = ibeam
|
||||
browser = xdg-open
|
||||
filter_unmatched_urls = true
|
||||
|
||||
[colors]
|
||||
background = {{.Data.terminal_termbackground}}
|
||||
foreground = {{.Data.terminal_foreground}}
|
||||
foreground_bold = {{.Data.terminal_bold}}
|
||||
cursor = {{.Data.terminal_foreground}}
|
||||
|
||||
# Black, Gray, Silver, White
|
||||
color0 = {{index .Data.terminal_colors 0}}
|
||||
color8 = {{index .Data.terminal_colors 7}}
|
||||
color7 = {{index .Data.terminal_colors 8}}
|
||||
color15 = {{.Data.terminal_foreground}}
|
||||
|
||||
# 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}}
|
||||
|
||||
# Purple
|
||||
color5 = {{index .Data.terminal_colors 5}}
|
||||
color13 = {{index .Data.terminal_colors 5}}
|
||||
|
||||
# Teal
|
||||
color6 = {{index .Data.terminal_colors 6}}
|
||||
color14 = {{index .Data.terminal_colors 6}}
|
@ -2,30 +2,19 @@
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Panel
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
background_color = #000000 40
|
||||
border_color = #828282 0
|
||||
background_color_hover = #888888 20
|
||||
border_color_hover = #888888 20
|
||||
background_color_pressed = #888888 20
|
||||
border_color_pressed = #888888 20
|
||||
|
||||
# Background 2: Active task
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
# Background 1: Active task
|
||||
rounded = 4
|
||||
border_width = 3
|
||||
border_sides = T
|
||||
background_color = #888888 0
|
||||
border_color = #1793d1 100
|
||||
background_color_hover = #888888 20
|
||||
background_color_hover = #0028fe 22
|
||||
border_color_hover = #1793d1 100
|
||||
background_color_pressed = #888888 0
|
||||
border_color_pressed = #1793d1 100
|
||||
|
||||
# Background 3: Default task, Iconified task
|
||||
rounded = 0
|
||||
# Background 2: Default task, Iconified task
|
||||
rounded = 4
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
background_color = #000000 0
|
||||
@ -35,8 +24,8 @@ border_color_hover = #888888 20
|
||||
background_color_pressed = #888888 20
|
||||
border_color_pressed = #888888 20
|
||||
|
||||
# Background 4: Urgent task
|
||||
rounded = 0
|
||||
# Background 3: Urgent task
|
||||
rounded = 4
|
||||
border_width = 2
|
||||
border_sides = T
|
||||
background_color = #888888 0
|
||||
@ -46,32 +35,32 @@ border_color_hover = #e64141 100
|
||||
background_color_pressed = #888888 0
|
||||
border_color_pressed = #e64141 100
|
||||
|
||||
# Background 5: Inactive taskbar
|
||||
rounded = 0
|
||||
# Background 4: Battery, Clock, Inactive desktop name, Inactive taskbar, Launcher, Launcher icon, Systray
|
||||
rounded = 4
|
||||
border_width = 2
|
||||
border_sides = LR
|
||||
background_color = #2B303B 20
|
||||
background_color = #2b303b 78
|
||||
border_color = #000000 0
|
||||
background_color_hover = #131313 0
|
||||
background_color_hover = #0112f0 14
|
||||
border_color_hover = #000000 0
|
||||
background_color_pressed = #000000 0
|
||||
background_color_pressed = #0023ff 20
|
||||
border_color_pressed = #000000 0
|
||||
|
||||
# Background 6: Active taskbar
|
||||
rounded = 0
|
||||
# Background 5: Active desktop name, Active taskbar
|
||||
rounded = 4
|
||||
border_width = 2
|
||||
border_sides = LR
|
||||
background_color = #131313 20
|
||||
background_color = #35415d 86
|
||||
border_color = #d8d8d8 0
|
||||
background_color_hover = #d8d8d8 8
|
||||
border_color_hover = #d8d8d8 0
|
||||
background_color_pressed = #d8d8d8 8
|
||||
border_color_pressed = #d8d8d8 0
|
||||
|
||||
# Background 7: Tooltip
|
||||
rounded = 3
|
||||
# Background 6: Tooltip
|
||||
rounded = 4
|
||||
border_width = 0
|
||||
border_sides = TLR
|
||||
border_sides = TBLR
|
||||
background_color = #222222 90
|
||||
border_color = #222222 90
|
||||
background_color_hover = #222222 90
|
||||
@ -79,24 +68,13 @@ border_color_hover = #222222 90
|
||||
background_color_pressed = #222222 90
|
||||
border_color_pressed = #222222 90
|
||||
|
||||
# Background 8: Battery, Clock, Systray
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = LR
|
||||
background_color = #2B303B 20
|
||||
border_color = #000000 0
|
||||
background_color_hover = #131313 0
|
||||
border_color_hover = #000000 0
|
||||
background_color_pressed = #000000 0
|
||||
border_color_pressed = #000000 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = TSC
|
||||
panel_items = LTBSC
|
||||
panel_size = 100% 30
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 0 0
|
||||
panel_background_id = 1
|
||||
panel_background_id = 0
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_position = top center horizontal
|
||||
@ -118,21 +96,21 @@ mouse_pressed_icon_asb = 100 0 0
|
||||
#-------------------------------------
|
||||
# Taskbar
|
||||
taskbar_mode = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_hide_if_empty = 1
|
||||
taskbar_padding = 6 0 6
|
||||
taskbar_background_id = 5
|
||||
taskbar_active_background_id = 6
|
||||
taskbar_name = 0
|
||||
taskbar_background_id = 4
|
||||
taskbar_active_background_id = 5
|
||||
taskbar_name = 1
|
||||
taskbar_hide_inactive_tasks = 0
|
||||
taskbar_hide_different_monitor = 0
|
||||
taskbar_hide_different_monitor = 1
|
||||
taskbar_hide_different_desktop = 0
|
||||
taskbar_always_show_all_desktop_tasks = 0
|
||||
taskbar_name_padding = 0 0
|
||||
taskbar_name_background_id = 0
|
||||
taskbar_name_active_background_id = 0
|
||||
taskbar_name_padding = 2 0
|
||||
taskbar_name_background_id = 4
|
||||
taskbar_name_active_background_id = 5
|
||||
taskbar_name_font = Ubuntu 10
|
||||
taskbar_name_font_color = #828282 100
|
||||
taskbar_name_active_font_color = #828282 100
|
||||
taskbar_name_active_font_color = #a0a0bd 100
|
||||
taskbar_distribute_size = 0
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
@ -143,8 +121,8 @@ task_text = 0
|
||||
task_icon = 1
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 20
|
||||
task_maximum_size = 35 40
|
||||
task_padding = 2 2 2
|
||||
task_maximum_size = 36 30
|
||||
task_padding = 4 3 2
|
||||
task_font = Ubuntu 10
|
||||
task_tooltip = 1
|
||||
task_font_color = #828282 60
|
||||
@ -155,10 +133,10 @@ task_icon_asb = 80 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 0
|
||||
task_iconified_icon_asb = 80 0 0
|
||||
task_background_id = 3
|
||||
task_active_background_id = 2
|
||||
task_urgent_background_id = 4
|
||||
task_iconified_background_id = 3
|
||||
task_background_id = 2
|
||||
task_active_background_id = 1
|
||||
task_urgent_background_id = 3
|
||||
task_iconified_background_id = 2
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = none
|
||||
mouse_right = close
|
||||
@ -167,35 +145,40 @@ mouse_scroll_down = iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 4 2 3
|
||||
systray_background_id = 8
|
||||
systray_padding = 8 2 4
|
||||
systray_background_id = 4
|
||||
systray_sort = right2left
|
||||
systray_icon_size = 22
|
||||
systray_icon_size = 16
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 0
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 0
|
||||
launcher_padding = 5 0 5
|
||||
launcher_background_id = 4
|
||||
launcher_icon_background_id = 4
|
||||
launcher_icon_size = 24
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = /usr/share/applications/thunar-settings.desktop
|
||||
launcher_item_app = /usr/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = /usr/share/applications/geany.desktop
|
||||
launcher_item_app = /usr/share/applications/exo-web-browser.desktop
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = Ubuntu Bold 10
|
||||
time1_font = Ubuntu 12
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
time2_font = Ubuntu Light 0
|
||||
clock_font_color = #ffffff 100
|
||||
clock_padding = 10 4
|
||||
clock_background_id = 8
|
||||
clock_background_id = 4
|
||||
clock_tooltip =
|
||||
clock_tooltip_timezone =
|
||||
clock_lclick_command = gsimplecal
|
||||
@ -216,7 +199,7 @@ battery_font_color = #b5b5b5 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 4 2
|
||||
battery_background_id = 8
|
||||
battery_background_id = 4
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command = xfce4-power-manager-settings
|
||||
@ -231,6 +214,6 @@ ac_disconnected_cmd =
|
||||
tooltip_show_timeout = 0
|
||||
tooltip_hide_timeout = 0
|
||||
tooltip_padding = 2 2
|
||||
tooltip_background_id = 7
|
||||
tooltip_background_id = 6
|
||||
tooltip_font_color = #d8d8d8 100
|
||||
tooltip_font = Ubuntu 10
|
||||
|
@ -2,30 +2,19 @@
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Panel
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
background_color = #000000 40
|
||||
border_color = #828282 0
|
||||
background_color_hover = #888888 20
|
||||
border_color_hover = #888888 20
|
||||
background_color_pressed = #888888 20
|
||||
border_color_pressed = #888888 20
|
||||
|
||||
# Background 2: Active task
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
# Background 1: Active task
|
||||
rounded = 4
|
||||
border_width = 3
|
||||
border_sides = T
|
||||
background_color = #888888 0
|
||||
border_color = #1793d1 100
|
||||
background_color_hover = #888888 20
|
||||
background_color_hover = #0028fe 22
|
||||
border_color_hover = #1793d1 100
|
||||
background_color_pressed = #888888 0
|
||||
border_color_pressed = #1793d1 100
|
||||
|
||||
# Background 3: Default task, Iconified task
|
||||
rounded = 0
|
||||
# Background 2: Default task, Iconified task
|
||||
rounded = 4
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
background_color = #000000 0
|
||||
@ -35,8 +24,8 @@ border_color_hover = #888888 20
|
||||
background_color_pressed = #888888 20
|
||||
border_color_pressed = #888888 20
|
||||
|
||||
# Background 4: Urgent task
|
||||
rounded = 0
|
||||
# Background 3: Urgent task
|
||||
rounded = 4
|
||||
border_width = 2
|
||||
border_sides = T
|
||||
background_color = #888888 0
|
||||
@ -46,32 +35,32 @@ border_color_hover = #e64141 100
|
||||
background_color_pressed = #888888 0
|
||||
border_color_pressed = #e64141 100
|
||||
|
||||
# Background 5: Inactive taskbar
|
||||
rounded = 0
|
||||
# Background 4: Battery, Clock, Inactive desktop name, Inactive taskbar, Launcher, Launcher icon, Systray
|
||||
rounded = 4
|
||||
border_width = 2
|
||||
border_sides = LR
|
||||
background_color = #2B303B 20
|
||||
background_color = #2b303b 78
|
||||
border_color = #000000 0
|
||||
background_color_hover = #131313 0
|
||||
background_color_hover = #0112f0 14
|
||||
border_color_hover = #000000 0
|
||||
background_color_pressed = #000000 0
|
||||
background_color_pressed = #0023ff 20
|
||||
border_color_pressed = #000000 0
|
||||
|
||||
# Background 6: Active taskbar
|
||||
rounded = 0
|
||||
# Background 5: Active desktop name, Active taskbar
|
||||
rounded = 4
|
||||
border_width = 2
|
||||
border_sides = LR
|
||||
background_color = #131313 20
|
||||
background_color = #35415d 86
|
||||
border_color = #d8d8d8 0
|
||||
background_color_hover = #d8d8d8 8
|
||||
border_color_hover = #d8d8d8 0
|
||||
background_color_pressed = #d8d8d8 8
|
||||
border_color_pressed = #d8d8d8 0
|
||||
|
||||
# Background 7: Tooltip
|
||||
rounded = 3
|
||||
# Background 6: Tooltip
|
||||
rounded = 4
|
||||
border_width = 0
|
||||
border_sides = TLR
|
||||
border_sides = TBLR
|
||||
background_color = #222222 90
|
||||
border_color = #222222 90
|
||||
background_color_hover = #222222 90
|
||||
@ -79,24 +68,13 @@ border_color_hover = #222222 90
|
||||
background_color_pressed = #222222 90
|
||||
border_color_pressed = #222222 90
|
||||
|
||||
# Background 8: Battery, Clock, Systray
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = LR
|
||||
background_color = #2B303B 20
|
||||
border_color = #000000 0
|
||||
background_color_hover = #131313 0
|
||||
border_color_hover = #000000 0
|
||||
background_color_pressed = #000000 0
|
||||
border_color_pressed = #000000 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = TSC
|
||||
panel_items = LTBSC
|
||||
panel_size = 100% 30
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 0 0
|
||||
panel_background_id = 1
|
||||
panel_background_id = 0
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_position = top center horizontal
|
||||
@ -118,21 +96,21 @@ mouse_pressed_icon_asb = 100 0 0
|
||||
#-------------------------------------
|
||||
# Taskbar
|
||||
taskbar_mode = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_hide_if_empty = 1
|
||||
taskbar_padding = 6 0 6
|
||||
taskbar_background_id = 5
|
||||
taskbar_active_background_id = 6
|
||||
taskbar_name = 0
|
||||
taskbar_background_id = 4
|
||||
taskbar_active_background_id = 5
|
||||
taskbar_name = 1
|
||||
taskbar_hide_inactive_tasks = 0
|
||||
taskbar_hide_different_monitor = 0
|
||||
taskbar_hide_different_monitor = 1
|
||||
taskbar_hide_different_desktop = 0
|
||||
taskbar_always_show_all_desktop_tasks = 0
|
||||
taskbar_name_padding = 0 0
|
||||
taskbar_name_background_id = 0
|
||||
taskbar_name_active_background_id = 0
|
||||
taskbar_name_padding = 2 0
|
||||
taskbar_name_background_id = 4
|
||||
taskbar_name_active_background_id = 5
|
||||
taskbar_name_font = Ubuntu 10
|
||||
taskbar_name_font_color = #828282 100
|
||||
taskbar_name_active_font_color = #828282 100
|
||||
taskbar_name_active_font_color = #a0a0bd 100
|
||||
taskbar_distribute_size = 0
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
@ -143,8 +121,8 @@ task_text = 0
|
||||
task_icon = 1
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 20
|
||||
task_maximum_size = 35 40
|
||||
task_padding = 2 2 2
|
||||
task_maximum_size = 36 30
|
||||
task_padding = 4 3 2
|
||||
task_font = Ubuntu 10
|
||||
task_tooltip = 1
|
||||
task_font_color = #828282 60
|
||||
@ -155,10 +133,10 @@ task_icon_asb = 80 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 0
|
||||
task_iconified_icon_asb = 80 0 0
|
||||
task_background_id = 3
|
||||
task_active_background_id = 2
|
||||
task_urgent_background_id = 4
|
||||
task_iconified_background_id = 3
|
||||
task_background_id = 2
|
||||
task_active_background_id = 1
|
||||
task_urgent_background_id = 3
|
||||
task_iconified_background_id = 2
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = none
|
||||
mouse_right = close
|
||||
@ -167,35 +145,40 @@ mouse_scroll_down = iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 4 2 3
|
||||
systray_background_id = 8
|
||||
systray_padding = 8 2 4
|
||||
systray_background_id = 4
|
||||
systray_sort = right2left
|
||||
systray_icon_size = 22
|
||||
systray_icon_size = 16
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 0
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 0
|
||||
launcher_padding = 5 0 5
|
||||
launcher_background_id = 4
|
||||
launcher_icon_background_id = 4
|
||||
launcher_icon_size = 24
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = /usr/share/applications/thunar-settings.desktop
|
||||
launcher_item_app = /usr/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = /usr/share/applications/geany.desktop
|
||||
launcher_item_app = /usr/share/applications/exo-web-browser.desktop
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = Ubuntu Bold 10
|
||||
time1_font = Ubuntu 12
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
time2_font = Ubuntu Light 0
|
||||
clock_font_color = #ffffff 100
|
||||
clock_padding = 10 4
|
||||
clock_background_id = 8
|
||||
clock_background_id = 4
|
||||
clock_tooltip =
|
||||
clock_tooltip_timezone =
|
||||
clock_lclick_command = gsimplecal
|
||||
@ -216,7 +199,7 @@ battery_font_color = #b5b5b5 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 4 2
|
||||
battery_background_id = 8
|
||||
battery_background_id = 4
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command = xfce4-power-manager-settings
|
||||
@ -231,6 +214,6 @@ ac_disconnected_cmd =
|
||||
tooltip_show_timeout = 0
|
||||
tooltip_hide_timeout = 0
|
||||
tooltip_padding = 2 2
|
||||
tooltip_background_id = 7
|
||||
tooltip_background_id = 6
|
||||
tooltip_font_color = #d8d8d8 100
|
||||
tooltip_font = Ubuntu 10
|
||||
|
@ -7,23 +7,13 @@
|
||||
<property name="workspace0" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/forest-outline.png"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/archlabs/forest-outline.png"/>
|
||||
<property name="backdrop-cycle-enable" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="workspace1" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/archlabs.png"/>
|
||||
</property>
|
||||
<property name="workspace2" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/minimo-original.png"/>
|
||||
</property>
|
||||
<property name="workspace3" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/blue.png"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
|
4
home/.config/xfce4/al-xfce-configs/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
Executable file → Normal file
4
home/.config/xfce4/al-xfce-configs/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
Executable file → Normal file
@ -20,7 +20,9 @@
|
||||
</property>
|
||||
<property name="custom" type="empty">
|
||||
<property name="<Alt>F1" type="string" value="rofi-apps"/>
|
||||
<property name="<Alt>F2" type="string" value="rofi-apps"/>
|
||||
<property name="<Alt>F2" type="string" value="rofi-apps">
|
||||
<property name="startup-notify" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="<Primary><Alt>Delete" type="string" value="empty"/>
|
||||
<property name="<Primary><Alt>l" type="string" value="empty"/>
|
||||
<property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
|
||||
|
@ -61,7 +61,7 @@
|
||||
<property name="snap_to_windows" type="bool" value="true"/>
|
||||
<property name="snap_width" type="int" value="39"/>
|
||||
<property name="sync_to_vblank" type="bool" value="true"/>
|
||||
<property name="theme" type="string" value="ArchLabs-Dark"/>
|
||||
<property name="theme" type="string" value="ArchLabs-Light"/>
|
||||
<property name="tile_on_move" type="bool" value="true"/>
|
||||
<property name="title_alignment" type="string" value="center"/>
|
||||
<property name="title_font" type="string" value="Roboto 10"/>
|
||||
|
467
home/.gorice/output.yaml
Executable file
467
home/.gorice/output.yaml
Executable file
@ -0,0 +1,467 @@
|
||||
configs:
|
||||
|
||||
i3/acid-drop.yaml:
|
||||
background: "#444444"
|
||||
foreground: "#EFEFEC"
|
||||
bold: "#EFEFEC"
|
||||
term-background: "rgba(68,68,68,0.95)"
|
||||
font: "ShureTechMono Nerd Font 10"
|
||||
colors:
|
||||
- "#212121"
|
||||
- "#D50000"
|
||||
- "#00C853"
|
||||
- "#00B8D4"
|
||||
- "#C6FF00"
|
||||
- "#1DE9B6"
|
||||
- "#AA00FF"
|
||||
- "#BDBDBD"
|
||||
- "#EEEEEE"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "8"
|
||||
bar-border-top: "8"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "10"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "22"
|
||||
bar-width: "100%"
|
||||
bar-radius: "3"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e1444444"
|
||||
bar-font: "Nimbus Mono PS:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/girls-in-glasses.jpg"
|
||||
|
||||
i3/adwaita-dark.yaml:
|
||||
background: "#212121"
|
||||
foreground: "#F1F1F1"
|
||||
bold: "#A9A9A9"
|
||||
term-background: "rgba(33,33,33,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors:
|
||||
- "#494949"
|
||||
- "#D64937"
|
||||
- "#19BC9C"
|
||||
- "#FFFE5D"
|
||||
- "#4E88CF"
|
||||
- "#AF86C8"
|
||||
- "#5DD5FF"
|
||||
- "#969896"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "15"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "24"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#252E35"
|
||||
bar-font: "DejaVu Sans Mono:size=11:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/leaves.jpg"
|
||||
|
||||
i3/adwaita.yaml:
|
||||
background: "#F6F6F6"
|
||||
foreground: "#1D1D1D"
|
||||
bold: "#A9A9A9"
|
||||
term-background: "rgba(250,250,250,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors:
|
||||
- "#000000"
|
||||
- "#D64937"
|
||||
- "#19BC9C"
|
||||
- "#FFFE5D"
|
||||
- "#4E88CF"
|
||||
- "#AF86C8"
|
||||
- "#5DD5FF"
|
||||
- "#969896"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "15"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "24"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#F6F6F6"
|
||||
bar-font: "DejaVu Sans Mono:size=11:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/bright.jpg"
|
||||
|
||||
i3/archlabs.yaml:
|
||||
background: "#2b303b"
|
||||
foreground: "#c0c5ce"
|
||||
bold: "#c0c5ce"
|
||||
term-background: "rgba(43,48,59,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors:
|
||||
- "#2b303b"
|
||||
- "#bf616a"
|
||||
- "#a3be8c"
|
||||
- "#ebcb8b"
|
||||
- "#8fa1b3"
|
||||
- "#b48ead"
|
||||
- "#96b5b4"
|
||||
- "#65737e"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "3"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "12"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "28"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#2b303b"
|
||||
bar-font: "DejaVu Sans Mono:size=10:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/archlabs/archlabs.png"
|
||||
|
||||
i3/default.yaml:
|
||||
background: ""
|
||||
foreground: ""
|
||||
bold: ""
|
||||
term-background: ""
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: ""
|
||||
i3gap-inner: "20"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "20"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: ""
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/any.jpg"
|
||||
|
||||
i3/float.yaml:
|
||||
background: "#E1E1E1"
|
||||
foreground: "#131313"
|
||||
bold: "#A9A9A9"
|
||||
term-background: "rgba(240,240,240,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors:
|
||||
- "#494949"
|
||||
- "#E64141"
|
||||
- "#19BC9C"
|
||||
- "#FFFE5D"
|
||||
- "#1793D1"
|
||||
- "#AF86C8"
|
||||
- "#5DD5FF"
|
||||
- "#969896"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "10"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "10"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "15"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "26"
|
||||
bar-width: "100%"
|
||||
bar-radius: "6"
|
||||
bar-bottom: "true"
|
||||
bar-background: "#61EFF0F1"
|
||||
bar-font: "DejaVu Sans Mono:size=11:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/surfin.jpg"
|
||||
|
||||
i3/floral.yaml:
|
||||
background: "#0d0d1b"
|
||||
foreground: "#ccccce"
|
||||
bold: "#ccccce"
|
||||
term-background: "rgba(13,13,27,0.95)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#282828"
|
||||
- "#ca1444"
|
||||
- "#789aba"
|
||||
- "#94469b"
|
||||
- "#cb6fa1"
|
||||
- "#fb6e93"
|
||||
- "#cf98c1"
|
||||
- "#98218e"
|
||||
- "#ebdbb2"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "10"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "20"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e10d0d1b"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/girls-in-glasses.jpg"
|
||||
|
||||
i3/green-devil.yaml:
|
||||
background: "#0a0a0a"
|
||||
foreground: "#ffffff"
|
||||
bold: "#c5c8c6"
|
||||
term-background: "rgba(10,10,10,0.80)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#191919"
|
||||
- "#001122"
|
||||
- "#384a5b"
|
||||
- "#556677"
|
||||
- "#113322"
|
||||
- "#446655"
|
||||
- "#5e8d87"
|
||||
- "#b7b7b7"
|
||||
- "#ffffff"
|
||||
bar/i3-border: "4"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "8"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "20"
|
||||
i3gap-outer: "10"
|
||||
bar-height: "22"
|
||||
bar-width: "98%"
|
||||
bar-radius: "6"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e10a0a0a"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/forest11.jpg"
|
||||
|
||||
i3/grey-sky.yaml:
|
||||
background: "#1C151C"
|
||||
foreground: "#F6F6F6"
|
||||
bold: "#A9A9A9"
|
||||
term-background: "rgba(28,21,28,0.80)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#1C151C"
|
||||
- "#96B8D2"
|
||||
- "#A4BDD2"
|
||||
- "#9EC1D7"
|
||||
- "#849AAB"
|
||||
- "#B7D1E4"
|
||||
- "#D2D9DD"
|
||||
- "#666666"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "3"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "15"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "24"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#F6F6F6"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/ocean2.jpg"
|
||||
|
||||
i3/kraken.yaml:
|
||||
background: "#404552"
|
||||
foreground: "#c5c8c6"
|
||||
bold: "#A9A9A9"
|
||||
term-background: "rgba(64,69,82,0.80)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#3f3f3f"
|
||||
- "#705050"
|
||||
- "#E4B928"
|
||||
- "#F0DFAF"
|
||||
- "#506070"
|
||||
- "#DC8CC3"
|
||||
- "#298FEA"
|
||||
- "#DCDCCC"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "3"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "20"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "20"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#404552"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/Wallpaper.jpg"
|
||||
|
||||
i3/mono.yaml:
|
||||
background: "#000000"
|
||||
foreground: "#bcbcbc"
|
||||
bold: "#EEEEEC"
|
||||
term-background: "rgba(0,0,0,0.80)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#292929"
|
||||
- "#494949"
|
||||
- "#696969"
|
||||
- "#B3B3B3"
|
||||
- "#898989"
|
||||
- "#595959"
|
||||
- "#969696"
|
||||
- "#D7D7D7"
|
||||
- "#EEEEEC"
|
||||
bar/i3-border: "4"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "20"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "24"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e1000000"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/mono-minimo.jpg"
|
||||
|
||||
i3/neon.yaml:
|
||||
background: "#231E35"
|
||||
foreground: "#23EFDC"
|
||||
bold: "#A9A9A9"
|
||||
term-background: "rgba(35,30,53,0.80)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#231e35"
|
||||
- "#FF5B6C"
|
||||
- "#3AF278"
|
||||
- "#FFFE5D"
|
||||
- "#F203f0"
|
||||
- "#8039A0"
|
||||
- "#AFDCE4"
|
||||
- "#969896"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "10"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "20"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#231e35"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/neon-city.jpg"
|
||||
|
||||
i3/perfect-blue.yaml:
|
||||
background: "#666666"
|
||||
foreground: "#baacc5"
|
||||
bold: "#4c5068"
|
||||
term-background: "rgba(102,102,102,0.80)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#323c51"
|
||||
- "#a67070"
|
||||
- "#88977c"
|
||||
- "#de935f"
|
||||
- "#6b96a7"
|
||||
- "#553e62"
|
||||
- "#5d817d"
|
||||
- "#8e8e86"
|
||||
- "#b3cbc9"
|
||||
bar/i3-border: "4"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "20"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "24"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e1666666"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/Anime-girl2-1920x1200.jpg"
|
||||
|
||||
i3/red-baron.yaml:
|
||||
background: "#101010"
|
||||
foreground: "#ffffff"
|
||||
bold: "#ffffff"
|
||||
term-background: "rgba(16,16,16,0.95)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#262626"
|
||||
- "#830E0C"
|
||||
- "#A72B28"
|
||||
- "#C64B48"
|
||||
- "#ED7C79"
|
||||
- "#FFABA9"
|
||||
- "#FFCECB"
|
||||
- "#616161"
|
||||
- "#EAEAEA"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "12"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "20"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e1101010"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/volcanic.jpg"
|
||||
|
||||
i3/yasukue.yaml:
|
||||
background: "#1d1f21"
|
||||
foreground: "#c5c8c6"
|
||||
bold: "#c5c8c6"
|
||||
term-background: "rgba(29,31,33,0.95)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#282A2E"
|
||||
- "#A54242"
|
||||
- "#8C9440"
|
||||
- "#DE935F"
|
||||
- "#5F819D"
|
||||
- "#85678F"
|
||||
- "#5E8D87"
|
||||
- "#373B41"
|
||||
- "#ECECEC"
|
||||
bar/i3-border: "4"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "20"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "24"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e1C5C8C6"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/Anime-girl-3840x2160.jpg"
|
||||
|
25
home/.gorice/output.yaml.template
Executable file
25
home/.gorice/output.yaml.template
Executable file
@ -0,0 +1,25 @@
|
||||
configs:
|
||||
{{range .}}
|
||||
{{.Name}}:
|
||||
background: "{{.Data.terminal_background}}"
|
||||
foreground: "{{.Data.terminal_foreground}}"
|
||||
bold: "{{.Data.terminal_bold}}"
|
||||
term-background: "{{.Data.terminal_termbackground}}"
|
||||
font: "{{.Data.terminal_font}}"
|
||||
colors:{{range .Data.terminal_colors}}
|
||||
- "{{.}}"{{end}}
|
||||
bar/i3-border: "{{.Data.border_pixels}}"
|
||||
bar-border-all: "{{.Data.border_all}}"
|
||||
bar-border-top: "{{.Data.border_top}}"
|
||||
bar-border-bottom: "{{.Data.border_bottom}}"
|
||||
bar-border-color: "{{.Data.border_color}}"
|
||||
i3gap-inner: "{{.Data.gap_inner}}"
|
||||
i3gap-outer: "{{.Data.gap_outer}}"
|
||||
bar-height: "{{.Data.bar_height}}"
|
||||
bar-width: "{{.Data.bar_width}}"
|
||||
bar-radius: "{{.Data.bar_radius}}"
|
||||
bar-bottom: "{{.Data.bar_bottom}}"
|
||||
bar-background: "{{.Data.bar_background}}"
|
||||
bar-font: "{{.Data.bar_font0}}"
|
||||
wallpaper: "{{.Data.wallpaper_saved}}"
|
||||
{{end}}
|
35
home/.gorice/templates/i3/acid-drop.yaml
Normal file
35
home/.gorice/templates/i3/acid-drop.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#444444"
|
||||
foreground: "#EFEFEC"
|
||||
bold: "#EFEFEC"
|
||||
termbackground: "rgba(68,68,68,0.95)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#212121", "#D50000", "#00C853", "#00B8D4", "#C6FF00", "#1DE9B6", "#AA00FF", "#BDBDBD", "#EEEEEE"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 2
|
||||
all: 8
|
||||
top: 8
|
||||
bottom: 0
|
||||
color: "#444444"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 10
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 22
|
||||
width: "100%"
|
||||
radius: 3
|
||||
bottom: "false"
|
||||
background: "#e1444444"
|
||||
font0: "xos4 Terminus:size=12:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/surfin.jpg"
|
35
home/.gorice/templates/i3/adwaita-dark.yaml
Normal file
35
home/.gorice/templates/i3/adwaita-dark.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#212121"
|
||||
foreground: "#F1F1F1"
|
||||
bold: "#A9A9A9"
|
||||
termbackground: "rgba(33,33,33,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#494949", "#D64937", "#19BC9C", "#FFFE5D", "#4E88CF", "#AF86C8", "#5DD5FF", "#969896", "#F6F6F6"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 2
|
||||
all: 0
|
||||
top: 0
|
||||
bottom: 0
|
||||
color: "#F1F1F1"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 15
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 24
|
||||
width: "100%"
|
||||
radius: 0
|
||||
bottom: "false"
|
||||
background: "#252E35"
|
||||
font0: "DejaVu Sans Mono:size=10:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/leaves.jpg"
|
35
home/.gorice/templates/i3/adwaita.yaml
Normal file
35
home/.gorice/templates/i3/adwaita.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#F6F6F6"
|
||||
foreground: "#1D1D1D"
|
||||
bold: "#A9A9A9"
|
||||
termbackground: "rgba(250,250,250,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#000000", "#D64937", "#19BC9C", "#919640", "#4E88CF", "#AF86C8", "#5DD5FF", "#969896", "#AFDCE4"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 2
|
||||
all: 0
|
||||
top: 0
|
||||
bottom: 0
|
||||
color: "#1D1D1D"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 15
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 24
|
||||
width: "100%"
|
||||
radius: 0
|
||||
bottom: "false"
|
||||
background: "#F6F6F6"
|
||||
font0: "DejaVu Sans Mono:size=10:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/bright.jpg"
|
35
home/.gorice/templates/i3/archlabs.yaml
Normal file
35
home/.gorice/templates/i3/archlabs.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#2b303b"
|
||||
foreground: "#c0c5ce"
|
||||
bold: "#c0c5ce"
|
||||
termbackground: "rgba(43,48,59,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#2b303b", "#bf616a", "#a3be8c", "#ebcb8b", "#8fa1b3", "#b48ead", "#96b5b4", "#65737e", "#F6F6F6"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 2
|
||||
all: 0
|
||||
top: 0
|
||||
bottom: 2
|
||||
color: "#c0c5ce"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 15
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 28
|
||||
width: "100%"
|
||||
radius: 0
|
||||
bottom: "false"
|
||||
background: "#2b303b"
|
||||
font0: "DejaVu Sans Mono:size=10:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/archlabs/archlabs.png"
|
35
home/.gorice/templates/i3/blue.yaml
Normal file
35
home/.gorice/templates/i3/blue.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#666666"
|
||||
foreground: "#baacc5"
|
||||
bold: "#4c5068"
|
||||
termbackground: "rgba(102,102,102,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#323c51", "#a67070", "#88977c", "#de935f", "#6b96a7", "#553e62", "#5d817d", "#8e8e86", "#b3cbc9"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 4
|
||||
all: 0
|
||||
top: 0
|
||||
bottom: 0
|
||||
color: "#00000000"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 20
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 24
|
||||
width: "100%"
|
||||
radius: 0
|
||||
bottom: "false"
|
||||
background: "#e1666666"
|
||||
font0: "xos4 Terminus:size=12:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/blue.jpg"
|
1
home/.gorice/templates/i3/data.json
Executable file
1
home/.gorice/templates/i3/data.json
Executable file
@ -0,0 +1 @@
|
||||
{"files":["/home/liveuser/.config/polybar/master.conf","/home/liveuser/.config/i3/config","/home/liveuser/.config/termite/config","/home/liveuser/.config/nitrogen/bg-saved.cfg","/home/liveuser/.config/dunst/dunstrc","/home/liveuser/.Xresources","/home/liveuser/.themes/gorice/openbox-3/themerc","/home/liveuser/bin/rofi-gorice"],"current":"i3/archlabs.yaml"}
|
35
home/.gorice/templates/i3/default.yaml
Normal file
35
home/.gorice/templates/i3/default.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: ""
|
||||
foreground: ""
|
||||
bold: ""
|
||||
termbackground: ""
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors: ["", "", "", "", "", "", "", "", ""]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 2
|
||||
all: 0
|
||||
top: 0
|
||||
bottom: 0
|
||||
color: ""
|
||||
|
||||
|
||||
gap:
|
||||
inner: 20
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 20
|
||||
width: "100%"
|
||||
radius: 0
|
||||
bottom: "false"
|
||||
background: ""
|
||||
font0: "DejaVu Sans Mono:size=10:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/any.jpg"
|
35
home/.gorice/templates/i3/float.yaml
Normal file
35
home/.gorice/templates/i3/float.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#E1E1E1"
|
||||
foreground: "#131313"
|
||||
bold: "#A9A9A9"
|
||||
termbackground: "rgba(240,240,240,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#494949", "#E64141", "#19BC9C", "#FFFE5D", "#1793D1", "#AF86C8", "#5DD5FF", "#969896", "#F6F6F6"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 2
|
||||
all: 10
|
||||
top: 0
|
||||
bottom: 10
|
||||
color: "#00000000"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 15
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 26
|
||||
width: "100%"
|
||||
radius: 6
|
||||
bottom: "true"
|
||||
background: "#61EFF0F1"
|
||||
font0: "DejaVu Sans Mono:size=10:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/pools.jpg"
|
35
home/.gorice/templates/i3/floral.yaml
Normal file
35
home/.gorice/templates/i3/floral.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#0d0d1b"
|
||||
foreground: "#ccccce"
|
||||
bold: "#ccccce"
|
||||
termbackground: "rgba(13,13,27,0.95)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#282828", "#ca1444", "#789aba", "#94469b", "#cb6fa1", "#fb6e93", "#cf98c1", "#98218e", "#ebdbb2"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 2
|
||||
all: 0
|
||||
top: 0
|
||||
bottom: 0
|
||||
color: "#0d0d1b"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 10
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 20
|
||||
width: "100%"
|
||||
radius: 0
|
||||
bottom: "false"
|
||||
background: "#e10d0d1b"
|
||||
font0: "xos4 Terminus:size=12:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/red-forest.jpg"
|
35
home/.gorice/templates/i3/green-devil.yaml
Normal file
35
home/.gorice/templates/i3/green-devil.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#0a0a0a"
|
||||
foreground: "#ffffff"
|
||||
bold: "#c5c8c6"
|
||||
termbackground: "rgba(10,10,10,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#191919", "#001122", "#384a5b", "#556677", "#113322", "#446655", "#5e8d87", "#b7b7b7", "#ffffff"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 4
|
||||
all: 12
|
||||
top: 8
|
||||
bottom: 0
|
||||
color: "#00000000"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 20
|
||||
outer: 10
|
||||
|
||||
|
||||
bar:
|
||||
height: 24
|
||||
width: "100%"
|
||||
radius: 6
|
||||
bottom: "false"
|
||||
background: "#e10a0a0a"
|
||||
font0: "Monospace:size=9:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/forest.jpg"
|
35
home/.gorice/templates/i3/grey-sky.yaml
Normal file
35
home/.gorice/templates/i3/grey-sky.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#1C151C"
|
||||
foreground: "#F6F6F6"
|
||||
bold: "#A9A9A9"
|
||||
termbackground: "rgba(28,21,28,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#1C151C", "#96B8D2", "#A4BDD2", "#9EC1D7", "#849AAB", "#B7D1E4", "#D2D9DD", "#666666", "#F6F6F6"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 3
|
||||
all: 0
|
||||
top: 0
|
||||
bottom: 0
|
||||
color: "#1C151C"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 15
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 24
|
||||
width: "100%"
|
||||
radius: 0
|
||||
bottom: "false"
|
||||
background: "#ED1C151C"
|
||||
font0: "xos4 Terminus:size=12:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/ocean2.jpg"
|
35
home/.gorice/templates/i3/kraken.yaml
Normal file
35
home/.gorice/templates/i3/kraken.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#404552"
|
||||
foreground: "#c5c8c6"
|
||||
bold: "#A9A9A9"
|
||||
termbackground: "rgba(64,69,82,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#3f3f3f", "#705050", "#E4B928", "#F0DFAF", "#506070", "#DC8CC3", "#298FEA", "#DCDCCC", "#F6F6F6"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 3
|
||||
all: 0
|
||||
top: 0
|
||||
bottom: 0
|
||||
color: "#00000000"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 20
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 20
|
||||
width: "100%"
|
||||
radius: 0
|
||||
bottom: "false"
|
||||
background: "#ED404552"
|
||||
font0: "xos4 Terminus:size=12:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/kraken.jpg"
|
35
home/.gorice/templates/i3/mono.yaml
Normal file
35
home/.gorice/templates/i3/mono.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#000000"
|
||||
foreground: "#bcbcbc"
|
||||
bold: "#EEEEEC"
|
||||
termbackground: "rgba(0,0,0,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#292929", "#494949", "#696969", "#B3B3B3", "#898989", "#595959", "#969696", "#D7D7D7", "#EEEEEC"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 4
|
||||
all: 0
|
||||
top: 0
|
||||
bottom: 0
|
||||
color: "#000000"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 20
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 24
|
||||
width: "100%"
|
||||
radius: 0
|
||||
bottom: "false"
|
||||
background: "#e1000000"
|
||||
font0: "xos4 Terminus:size=12:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/mono-minimo.jpg"
|
35
home/.gorice/templates/i3/neon.yaml
Normal file
35
home/.gorice/templates/i3/neon.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#231E35"
|
||||
foreground: "#27FCFD"
|
||||
bold: "#A9A9A9"
|
||||
termbackground: "rgba(35,30,53,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#231e35", "#F20390", "#1CE190", "#FDEE7B", "#27FCFD", "#8039A0", "#AFDCE4", "#969896", "#902049"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 2
|
||||
all: 0
|
||||
top: 0
|
||||
bottom: 0
|
||||
color: "#27FCFD"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 10
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 22
|
||||
width: "100%"
|
||||
radius: 0
|
||||
bottom: "false"
|
||||
background: "#231e35"
|
||||
font0: "xos4 Terminus:size=12:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/neon-city.jpg"
|
35
home/.gorice/templates/i3/red-baron.yaml
Normal file
35
home/.gorice/templates/i3/red-baron.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#101010"
|
||||
foreground: "#ffffff"
|
||||
bold: "#ffffff"
|
||||
termbackground: "rgba(16,16,16,0.95)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors: ["#262626", "#830E0C", "#A72B28", "#C64B48", "#ED7C79", "#FFABA9", "#FF5B6C", "#616161", "#EAEAEA"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 2
|
||||
all: 0
|
||||
top: 0
|
||||
bottom: 0
|
||||
color: "#ffffff"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 12
|
||||
outer: 0
|
||||
|
||||
|
||||
bar:
|
||||
height: 20
|
||||
width: "100%"
|
||||
radius: 0
|
||||
bottom: "false"
|
||||
background: "#e1101010"
|
||||
font0: "xos4 Terminus:size=12:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/volcanic.jpg"
|
9
home/.gorice/templates/i3/reload.sh
Executable file
9
home/.gorice/templates/i3/reload.sh
Executable file
@ -0,0 +1,9 @@
|
||||
al-compositor --restart
|
||||
pkill dunst
|
||||
nitrogen --restore
|
||||
xrdb ~/.Xresources
|
||||
launch-polybar --reload
|
||||
i3-msg restart
|
||||
|
||||
sleep 0.5
|
||||
notify-send "Config loaded" "i3/archlabs.yaml"
|
9
home/.gorice/templates/i3/reload.sh.template
Normal file
9
home/.gorice/templates/i3/reload.sh.template
Normal file
@ -0,0 +1,9 @@
|
||||
al-compositor --restart
|
||||
pkill dunst
|
||||
nitrogen --restore
|
||||
xrdb ~/.Xresources
|
||||
launch-polybar --reload
|
||||
i3-msg restart
|
||||
|
||||
sleep 0.5
|
||||
notify-send "Config loaded" "{{.Name}}"
|
35
home/.gorice/templates/i3/yasukue.yaml
Normal file
35
home/.gorice/templates/i3/yasukue.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
# background and foreground MUST exist and MUST be hex color values
|
||||
# names cannot contain '-'
|
||||
terminal:
|
||||
background: "#19043C"
|
||||
foreground: "#FFF1FF"
|
||||
bold: "#FFF1FF"
|
||||
termbackground: "rgba(25,4,60,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 9"
|
||||
colors: ["#19043C", "#EE79A9", "#8C9440", "#DE935F", "#05C6F1", "#85678F", "#5E8D87", "#969CD3", "#ED5181"]
|
||||
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||||
|
||||
border:
|
||||
pixels: 4
|
||||
all: 20
|
||||
top: 15
|
||||
bottom: 0
|
||||
color: "#00000000"
|
||||
|
||||
|
||||
gap:
|
||||
inner: 25
|
||||
outer: 5
|
||||
|
||||
|
||||
bar:
|
||||
height: 32
|
||||
width: "100%"
|
||||
radius: 12
|
||||
bottom: "false"
|
||||
background: "#e119043C"
|
||||
font0: "Monospace:size=10:antialias=false;2"
|
||||
|
||||
|
||||
wallpaper:
|
||||
saved: "/usr/share/backgrounds/yasukue.jpg"
|
1
home/.mozilla/firefox/Crash Reports/InstallTime20170826053331
Executable file
1
home/.mozilla/firefox/Crash Reports/InstallTime20170826053331
Executable file
@ -0,0 +1 @@
|
||||
1505604181
|
0
home/.mozilla/firefox/archlabs.default/.parentlock
Executable file
0
home/.mozilla/firefox/archlabs.default/.parentlock
Executable file
0
home/.mozilla/firefox/archlabs.default/AlternateServices.txt
Executable file
0
home/.mozilla/firefox/archlabs.default/AlternateServices.txt
Executable file
0
home/.mozilla/firefox/archlabs.default/SecurityPreloadState.txt
Executable file
0
home/.mozilla/firefox/archlabs.default/SecurityPreloadState.txt
Executable file
16
home/.mozilla/firefox/archlabs.default/SiteSecurityServiceState.txt
Executable file
16
home/.mozilla/firefox/archlabs.default/SiteSecurityServiceState.txt
Executable file
@ -0,0 +1,16 @@
|
||||
accounts.firefox.com:HSTS 0 17425 1521156199587,1,1
|
||||
www.google-analytics.com:HSTS 1 17426 1516493905874,1,1
|
||||
normandy.cdn.mozilla.net:HSTS 1 17426 1537146646999,1,1
|
||||
www.mozilla.org:HSTS 1 17426 1537143505186,1,0
|
||||
accounts.firefox.com:HPKP 0 17425 1510788199588,1,1,WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=
|
||||
services.addons.mozilla.org:HPKP 0 17426 1510794287466,1,1,WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=
|
||||
versioncheck-bg.addons.mozilla.org:HSTS 0 17426 1505610586644,1,0
|
||||
services.addons.mozilla.org:HSTS 0 17426 1537146287465,1,0
|
||||
versioncheck.addons.mozilla.org:HPKP 0 17426 1510794287145,1,1,WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=
|
||||
normandy-cloudfront.cdn.mozilla.net:HPKP 1 17426 1505697046954,1,0,WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg=sRHdihwgkaib1P1gxX8HFszlD+7/gTfNvuAybgLPNis=
|
||||
versioncheck-bg.addons.mozilla.org:HPKP 0 17426 1510794286644,1,1,WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=
|
||||
shavar.services.mozilla.com^firstPartyDomain=safebrowsing.86868755-6b82-4842-b301-72671a0db32e.mozilla:HSTS 1 17426 1537145930028,1,1
|
||||
normandy.cdn.mozilla.net:HPKP 1 17426 1505697047000,1,0,WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg=sRHdihwgkaib1P1gxX8HFszlD+7/gTfNvuAybgLPNis=
|
||||
normandy-cloudfront.cdn.mozilla.net:HSTS 1 17426 1537146646953,1,1
|
||||
versioncheck.addons.mozilla.org:HSTS 0 17426 1505610587144,1,0
|
||||
aus5.mozilla.org:HSTS 1 17426 1537146286954,1,0
|
BIN
home/.mozilla/firefox/archlabs.default/addonStartup.json.lz4
Executable file
BIN
home/.mozilla/firefox/archlabs.default/addonStartup.json.lz4
Executable file
Binary file not shown.
1
home/.mozilla/firefox/archlabs.default/addons.json
Executable file
1
home/.mozilla/firefox/archlabs.default/addons.json
Executable file
@ -0,0 +1 @@
|
||||
{"schema":5,"addons":[{"id":"firefox-hotfix@mozilla.org","icons":{"32":"https://addons.cdn.mozilla.net/user-media/addon_icons/354/354399-32.png?modified=1452244815","64":"https://addons.cdn.mozilla.net/user-media/addon_icons/354/354399-64.png?modified=1452244815"},"name":"Mozilla Firefox hotfix","type":"extension","version":"20170302.01","repositoryStatus":4,"creator":{"name":"Mozilla","url":"https://addons.mozilla.org/en-US/firefox/user/mozilla/?src=api"},"description":"This official add-on enables Firefox to provide quick fixes for selected issues.","fullDescription":"This official add-on enables Firefox to provide quick fixes for selected issues. There is no need to install this add-on; starting in Firefox 11, it will be automatically installed. For more information, see: https://wiki.mozilla.org/Features/Desktop/Add-on_hotfix","isPlatformCompatible":true,"eula":null,"averageRating":5,"learnmoreURL":"https://addons.mozilla.org/en-US/firefox/addon/firefox-hotfix/?src=api","homepageURL":"http://www.mozilla.org/","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/606520/mozilla_firefox_hotfix-20170302.01-fx.xpi?src=api","size":5247,"developerComments":null,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/firefox-hotfix/reviews/?src=api","reviewCount":8,"totalDownloads":382770,"weeklyDownloads":204,"dailyUsers":4,"updateDate":1489083476000,"supportURL":"http://support.mozilla.com/"}]}
|
5050
home/.mozilla/firefox/archlabs.default/blocklist.xml
Executable file
5050
home/.mozilla/firefox/archlabs.default/blocklist.xml
Executable file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
home/.mozilla/firefox/archlabs.default/cert8.db
Executable file
BIN
home/.mozilla/firefox/archlabs.default/cert8.db
Executable file
Binary file not shown.
5
home/.mozilla/firefox/archlabs.default/compatibility.ini
Executable file
5
home/.mozilla/firefox/archlabs.default/compatibility.ini
Executable file
@ -0,0 +1,5 @@
|
||||
[Compatibility]
|
||||
LastVersion=55.0.3_20170826053331/20170826053331
|
||||
LastOSABI=Linux_x86_64-gcc3
|
||||
LastPlatformDir=/usr/lib/firefox
|
||||
LastAppDir=/usr/lib/firefox/browser
|
1
home/.mozilla/firefox/archlabs.default/containers.json
Executable file
1
home/.mozilla/firefox/archlabs.default/containers.json
Executable file
@ -0,0 +1 @@
|
||||
{"version":2,"lastUserContextId":5,"identities":[{"userContextId":1,"public":true,"icon":"fingerprint","color":"blue","l10nID":"userContextPersonal.label","accessKey":"userContextPersonal.accesskey","telemetryId":1},{"userContextId":2,"public":true,"icon":"briefcase","color":"orange","l10nID":"userContextWork.label","accessKey":"userContextWork.accesskey","telemetryId":2},{"userContextId":3,"public":true,"icon":"dollar","color":"green","l10nID":"userContextBanking.label","accessKey":"userContextBanking.accesskey","telemetryId":3},{"userContextId":4,"public":true,"icon":"cart","color":"pink","l10nID":"userContextShopping.label","accessKey":"userContextShopping.accesskey","telemetryId":4},{"userContextId":5,"public":false,"icon":"","color":"","name":"userContextIdInternal.thumbnail","accessKey":""}]}
|
BIN
home/.mozilla/firefox/archlabs.default/content-prefs.sqlite
Executable file
BIN
home/.mozilla/firefox/archlabs.default/content-prefs.sqlite
Executable file
Binary file not shown.
BIN
home/.mozilla/firefox/archlabs.default/cookies.sqlite
Executable file
BIN
home/.mozilla/firefox/archlabs.default/cookies.sqlite
Executable file
Binary file not shown.
BIN
home/.mozilla/firefox/archlabs.default/cookies.sqlite.bak
Executable file
BIN
home/.mozilla/firefox/archlabs.default/cookies.sqlite.bak
Executable file
Binary file not shown.
BIN
home/.mozilla/firefox/archlabs.default/crashes/store.json.mozlz4
Executable file
BIN
home/.mozilla/firefox/archlabs.default/crashes/store.json.mozlz4
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
home/.mozilla/firefox/archlabs.default/datareporting/session-state.json
Executable file
1
home/.mozilla/firefox/archlabs.default/datareporting/session-state.json
Executable file
@ -0,0 +1 @@
|
||||
{"sessionId":"ca0c3347-78fb-4369-a8c8-efce8d7fb06d","subsessionId":"1a43e863-f7b8-45e8-becc-33fbfbfd2fe8","profileSubsessionCounter":5,"newProfilePingSent":true}
|
1
home/.mozilla/firefox/archlabs.default/datareporting/state.json
Executable file
1
home/.mozilla/firefox/archlabs.default/datareporting/state.json
Executable file
@ -0,0 +1 @@
|
||||
{"clientID":"2ad5aab4-ccc2-49e6-8968-1940a7cb3ccd"}
|
1
home/.mozilla/firefox/archlabs.default/extensions.json
Executable file
1
home/.mozilla/firefox/archlabs.default/extensions.json
Executable file
File diff suppressed because one or more lines are too long
BIN
home/.mozilla/firefox/archlabs.default/favicons.sqlite
Executable file
BIN
home/.mozilla/firefox/archlabs.default/favicons.sqlite
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
home/.mozilla/firefox/archlabs.default/formhistory.sqlite
Executable file
BIN
home/.mozilla/firefox/archlabs.default/formhistory.sqlite
Executable file
Binary file not shown.
@ -0,0 +1,4 @@
|
||||
Name: gmpopenh264
|
||||
Description: GMP Plugin for OpenH264.
|
||||
Version: 1.6.0
|
||||
APIs: encode-video[h264], decode-video[h264]
|
BIN
home/.mozilla/firefox/archlabs.default/gmp-gmpopenh264/1.6/libgmpopenh264.so
Executable file
BIN
home/.mozilla/firefox/archlabs.default/gmp-gmpopenh264/1.6/libgmpopenh264.so
Executable file
Binary file not shown.
1
home/.mozilla/firefox/archlabs.default/handlers.json
Executable file
1
home/.mozilla/firefox/archlabs.default/handlers.json
Executable file
@ -0,0 +1 @@
|
||||
{"defaultHandlersVersion":{"en-US":4},"mimeTypes":{"application/pdf":{"action":3,"extensions":["pdf"]}},"schemes":{"mailto":{"action":4,"handlers":[null,{"name":"Yahoo! Mail","uriTemplate":"https://compose.mail.yahoo.com/?To=%s"},{"name":"Gmail","uriTemplate":"https://mail.google.com/mail/?extsrc=mailto&url=%s"}]},"irc":{"action":2,"ask":true,"handlers":[null,{"name":"Mibbit","uriTemplate":"https://www.mibbit.com/?url=%s"}]},"ircs":{"action":2,"ask":true,"handlers":[null,{"name":"Mibbit","uriTemplate":"https://www.mibbit.com/?url=%s"}]},"webcal":{"action":2,"ask":true,"handlers":[null,{"name":"30 Boxes","uriTemplate":"https://30boxes.com/external/widget?refer=ff&url=%s"}]}}}
|
BIN
home/.mozilla/firefox/archlabs.default/key3.db
Executable file
BIN
home/.mozilla/firefox/archlabs.default/key3.db
Executable file
Binary file not shown.
0
home/.mozilla/firefox/archlabs.default/kinto.sqlite
Executable file
0
home/.mozilla/firefox/archlabs.default/kinto.sqlite
Executable file
BIN
home/.mozilla/firefox/archlabs.default/permissions.sqlite
Executable file
BIN
home/.mozilla/firefox/archlabs.default/permissions.sqlite
Executable file
Binary file not shown.
BIN
home/.mozilla/firefox/archlabs.default/places.sqlite
Executable file
BIN
home/.mozilla/firefox/archlabs.default/places.sqlite
Executable file
Binary file not shown.
104
home/.mozilla/firefox/archlabs.default/prefs.js
Executable file
104
home/.mozilla/firefox/archlabs.default/prefs.js
Executable file
@ -0,0 +1,104 @@
|
||||
# Mozilla User Preferences
|
||||
|
||||
/* Do not edit this file.
|
||||
*
|
||||
* If you make changes to this file while the application is running,
|
||||
* the changes will be overwritten when the application exits.
|
||||
*
|
||||
* To make a manual change to preferences, you can visit the URL about:config
|
||||
*/
|
||||
|
||||
user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1505610285);
|
||||
user_pref("app.update.lastUpdateTime.blocklist-background-update-timer", 1505610405);
|
||||
user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1505609925);
|
||||
user_pref("app.update.lastUpdateTime.experiments-update-timer", 1505610165);
|
||||
user_pref("app.update.lastUpdateTime.recipe-client-addon-run", 1505610645);
|
||||
user_pref("app.update.lastUpdateTime.search-engine-update-timer", 1505610045);
|
||||
user_pref("app.update.lastUpdateTime.telemetry_modules_ping", 1505610765);
|
||||
user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1505610525);
|
||||
user_pref("browser.bookmarks.restore_default_bookmarks", false);
|
||||
user_pref("browser.bookmarks.showMobileBookmarks", false);
|
||||
user_pref("browser.cache.disk.capacity", 81920);
|
||||
user_pref("browser.cache.disk.filesystem_reported", 1);
|
||||
user_pref("browser.cache.disk.smart_size.first_run", false);
|
||||
user_pref("browser.cache.frecency_experiment", 2);
|
||||
user_pref("browser.laterrun.bookkeeping.profileCreationTime", 1505604183);
|
||||
user_pref("browser.laterrun.bookkeeping.sessionCount", 4);
|
||||
user_pref("browser.laterrun.enabled", true);
|
||||
user_pref("browser.migrated-sync-button", true);
|
||||
user_pref("browser.migration.version", 47);
|
||||
user_pref("browser.newtabpage.enhanced", true);
|
||||
user_pref("browser.newtabpage.storageVersion", 1);
|
||||
user_pref("browser.onboarding.shieldstudy.enabled", false);
|
||||
user_pref("browser.pagethumbnails.storage_version", 3);
|
||||
user_pref("browser.places.smartBookmarksVersion", 8);
|
||||
user_pref("browser.safebrowsing.provider.google.lastupdatetime", "1505609928376");
|
||||
user_pref("browser.safebrowsing.provider.google.nextupdatetime", "1505611687376");
|
||||
user_pref("browser.safebrowsing.provider.mozilla.lastupdatetime", "1505609934528");
|
||||
user_pref("browser.safebrowsing.provider.mozilla.nextupdatetime", "1505613534528");
|
||||
user_pref("browser.sessionstore.upgradeBackup.latestBuildID", "20170826053331");
|
||||
user_pref("browser.slowStartup.averageTime", 2473);
|
||||
user_pref("browser.slowStartup.samples", 4);
|
||||
user_pref("browser.startup.homepage", "file:///home/liveuser/.ArchLabs-homepage/index.html");
|
||||
user_pref("browser.startup.homepage_override.buildID", "20170826053331");
|
||||
user_pref("browser.startup.homepage_override.mstone", "55.0.3");
|
||||
user_pref("browser.tabs.warnOnClose", false);
|
||||
user_pref("browser.uiCustomization.state", "{\"placements\":{\"PanelUI-contents\":[\"edit-controls\",\"zoom-controls\",\"new-window-button\",\"privatebrowsing-button\",\"save-page-button\",\"print-button\",\"history-panelmenu\",\"fullscreen-button\",\"find-button\",\"preferences-button\",\"add-ons-button\",\"developer-button\",\"sync-button\"],\"addon-bar\":[\"addonbar-closebutton\",\"status-bar\"],\"PersonalToolbar\":[\"personal-bookmarks\"],\"nav-bar\":[\"urlbar-container\",\"search-container\",\"bookmarks-menu-button\",\"downloads-button\",\"home-button\",\"pocket-button\"],\"TabsToolbar\":[\"tabbrowser-tabs\",\"new-tab-button\",\"alltabs-button\"],\"toolbar-menubar\":[\"menubar-items\"]},\"seen\":[\"pocket-button\",\"developer-button\",\"webide-button\"],\"dirtyAreaCache\":[\"PersonalToolbar\",\"nav-bar\",\"TabsToolbar\",\"toolbar-menubar\",\"PanelUI-contents\",\"addon-bar\"],\"currentVersion\":6,\"newElementCount\":0}");
|
||||
user_pref("browser.urlbar.lastSuggestionsPromptDate", 20170916);
|
||||
user_pref("browser.urlbar.timesBeforeHidingSuggestionsHint", 3);
|
||||
user_pref("datareporting.policy.dataSubmissionPolicyAcceptedVersion", 2);
|
||||
user_pref("datareporting.policy.dataSubmissionPolicyNotifiedTime", "1505604186720");
|
||||
user_pref("distribution.archlinux.bookmarksProcessed", true);
|
||||
user_pref("dom.ipc.processCount.web", 4);
|
||||
user_pref("e10s.rollout.cohort", "multiBucket4");
|
||||
user_pref("e10s.rollout.cohortSample", "0.970310");
|
||||
user_pref("e10s.rollout.cohortSample.multi", "0.438134");
|
||||
user_pref("experiments.activeExperiment", false);
|
||||
user_pref("extensions.blocklist.pingCountTotal", 2);
|
||||
user_pref("extensions.blocklist.pingCountVersion", 2);
|
||||
user_pref("extensions.databaseSchema", 21);
|
||||
user_pref("extensions.e10s.rollout.blocklist", "");
|
||||
user_pref("extensions.e10s.rollout.hasAddon", false);
|
||||
user_pref("extensions.e10s.rollout.policy", "50allmpc");
|
||||
user_pref("extensions.e10sBlockedByAddons", false);
|
||||
user_pref("extensions.e10sMultiBlockedByAddons", false);
|
||||
user_pref("extensions.getAddons.cache.lastUpdate", 1505610286);
|
||||
user_pref("extensions.getAddons.databaseSchema", 5);
|
||||
user_pref("extensions.hotfix.lastVersion", "20170302.01");
|
||||
user_pref("extensions.lastAppVersion", "55.0.3");
|
||||
user_pref("extensions.lastPlatformVersion", "55.0.3");
|
||||
user_pref("extensions.pendingOperations", false);
|
||||
user_pref("extensions.shield-recipe-client.api_url", "https://normandy.cdn.mozilla.net/api/v1");
|
||||
user_pref("extensions.shield-recipe-client.dev_mode", false);
|
||||
user_pref("extensions.shield-recipe-client.enabled", true);
|
||||
user_pref("extensions.shield-recipe-client.first_run", false);
|
||||
user_pref("extensions.shield-recipe-client.logging.level", 50);
|
||||
user_pref("extensions.shield-recipe-client.run_interval_seconds", 86400);
|
||||
user_pref("extensions.shield-recipe-client.startup_delay_seconds", 300);
|
||||
user_pref("extensions.shield-recipe-client.user_id", "6143f56e-2ce2-4c98-921f-78140d52e310");
|
||||
user_pref("extensions.systemAddonSet", "{\"schema\":1,\"directory\":\"{0a875754-06dc-4092-996a-d52a01f5e6a7}\",\"addons\":{\"clicktoplay-rollout@mozilla.org\":{\"version\":\"1.3\"},\"e10srollout@mozilla.org\":{\"version\":\"2.05\"},\"followonsearch@mozilla.com\":{\"version\":\"0.9.3\"},\"onboarding@mozilla.org\":{\"version\":\"0.1\"},\"screenshots@mozilla.org\":{\"version\":\"10.12.0\"}}}");
|
||||
user_pref("gecko.handlerService.migrated", true);
|
||||
user_pref("idle.lastDailyNotification", 1505610102);
|
||||
user_pref("media.gmp-gmpopenh264.abi", "x86_64-gcc3");
|
||||
user_pref("media.gmp-gmpopenh264.lastUpdate", 1505604185);
|
||||
user_pref("media.gmp-gmpopenh264.version", "1.6");
|
||||
user_pref("media.gmp-manager.buildID", "20170826053331");
|
||||
user_pref("media.gmp-manager.lastCheck", 1505604185);
|
||||
user_pref("media.gmp.storage.version.observed", 1);
|
||||
user_pref("network.cookie.prefsMigrated", true);
|
||||
user_pref("pdfjs.migrationVersion", 2);
|
||||
user_pref("pdfjs.previousHandler.alwaysAskBeforeHandling", true);
|
||||
user_pref("places.database.lastMaintenance", 1505610102);
|
||||
user_pref("places.history.expiration.transient_current_max_pages", 191);
|
||||
user_pref("plugin.disable_full_page_plugin_for_types", "application/pdf");
|
||||
user_pref("plugins.ctprollout.cohort", "excluded");
|
||||
user_pref("plugins.ctprollout.cohortSample", "0.739225");
|
||||
user_pref("services.blocklist.clock_skew_seconds", 9690);
|
||||
user_pref("services.blocklist.last_update_seconds", 1505600715);
|
||||
user_pref("signon.importedFromSqlite", true);
|
||||
user_pref("storage.vacuum.last.index", 0);
|
||||
user_pref("storage.vacuum.last.places.sqlite", 1505610102);
|
||||
user_pref("toolkit.startup.last_success", 1505611126);
|
||||
user_pref("toolkit.telemetry.cachedClientID", "2ad5aab4-ccc2-49e6-8968-1940a7cb3ccd");
|
||||
user_pref("toolkit.telemetry.previousBuildID", "20170826053331");
|
||||
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
|
File diff suppressed because one or more lines are too long
BIN
home/.mozilla/firefox/archlabs.default/search.json.mozlz4
Executable file
BIN
home/.mozilla/firefox/archlabs.default/search.json.mozlz4
Executable file
Binary file not shown.
BIN
home/.mozilla/firefox/archlabs.default/secmod.db
Executable file
BIN
home/.mozilla/firefox/archlabs.default/secmod.db
Executable file
Binary file not shown.
1
home/.mozilla/firefox/archlabs.default/sessionCheckpoints.json
Executable file
1
home/.mozilla/firefox/archlabs.default/sessionCheckpoints.json
Executable file
@ -0,0 +1 @@
|
||||
{"profile-after-change":true,"final-ui-startup":true,"sessionstore-windows-restored":true,"quit-application-granted":true,"quit-application":true,"sessionstore-final-state-write-complete":true,"profile-change-net-teardown":true,"profile-change-teardown":true,"profile-before-change":true}
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user