Update menu with new system pipemenu & cleanup some configs
This commit is contained in:
parent
d26d4d16ba
commit
8276b70be2
@ -1,7 +1,6 @@
|
|||||||
conky.config = {
|
conky.config = {
|
||||||
|
|
||||||
--Various settings
|
--Various settings
|
||||||
|
|
||||||
background = true,
|
background = true,
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
diskio_avg_samples = 10,
|
diskio_avg_samples = 10,
|
||||||
@ -14,9 +13,7 @@ text_buffer_size = 2048,
|
|||||||
update_interval = 1,
|
update_interval = 1,
|
||||||
imlib_cache_size = 0,
|
imlib_cache_size = 0,
|
||||||
|
|
||||||
|
|
||||||
--Placement
|
--Placement
|
||||||
|
|
||||||
alignment = 'top_right',
|
alignment = 'top_right',
|
||||||
gap_x = 20,
|
gap_x = 20,
|
||||||
gap_y = 45,
|
gap_y = 45,
|
||||||
@ -26,7 +23,6 @@ maximum_width = 230,
|
|||||||
|
|
||||||
|
|
||||||
--Graphical
|
--Graphical
|
||||||
|
|
||||||
border_inner_margin = 5,
|
border_inner_margin = 5,
|
||||||
border_outer_margin = 5,
|
border_outer_margin = 5,
|
||||||
border_width = 0,
|
border_width = 0,
|
||||||
@ -44,7 +40,6 @@ draw_shades = false,
|
|||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
|
|
||||||
--Textual
|
--Textual
|
||||||
|
|
||||||
extra_newline = false,
|
extra_newline = false,
|
||||||
format_human_readable = true,
|
format_human_readable = true,
|
||||||
font = 'Ubuntu Mono:size=11:regular',
|
font = 'Ubuntu Mono:size=11:regular',
|
||||||
@ -60,7 +55,6 @@ use_xft = true,
|
|||||||
xftalpha = 1,
|
xftalpha = 1,
|
||||||
|
|
||||||
--Windows
|
--Windows
|
||||||
|
|
||||||
own_window = true,
|
own_window = true,
|
||||||
own_window_argb_value = 220,
|
own_window_argb_value = 220,
|
||||||
own_window_argb_visual = true,
|
own_window_argb_visual = true,
|
||||||
@ -71,13 +65,12 @@ own_window_transparent = false,
|
|||||||
own_window_title = 'system_conky',
|
own_window_title = 'system_conky',
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
|
|
||||||
|
|
||||||
--Colours
|
--Colours
|
||||||
|
|
||||||
default_color = '#8FA1B3',
|
default_color = '#8FA1B3',
|
||||||
color1 = '#8FA1B3',
|
color1 = '#8FA1B3',
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${alignc}S Y S T E M I N F O
|
${alignc}S Y S T E M I N F O
|
||||||
${hr}
|
${hr}
|
||||||
@ -99,7 +92,6 @@ Avg${goto 60}${cpu cpu0}%${alignr}${freq_g}
|
|||||||
${alignc}S H O R T C U T K E Y S
|
${alignc}S H O R T C U T K E Y S
|
||||||
${hr}
|
${hr}
|
||||||
[PrtSc]${alignr}Screenshot
|
[PrtSc]${alignr}Screenshot
|
||||||
[Ctrl] + Space${alignr}Launcher
|
|
||||||
[S]${alignr}Launcher
|
[S]${alignr}Launcher
|
||||||
[S] + Space${alignr}Menu
|
[S] + Space${alignr}Menu
|
||||||
[S] + t${alignr}Terminal
|
[S] + t${alignr}Terminal
|
||||||
|
@ -1,56 +1,27 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
<match target="font">
|
<match target="font">
|
||||||
<edit mode="assign" name="hinting" >
|
<edit name="antialias" mode="assign">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</edit>
|
</edit>
|
||||||
<edit mode="assign" name="autohint" >
|
<edit name="hinting" mode="assign">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</edit>
|
</edit>
|
||||||
<edit mode="assign" name="hintstyle" >
|
<edit name="hintstyle" mode="assign">
|
||||||
<const>hintslight</const>
|
<const>hintslight</const>
|
||||||
</edit>
|
</edit>
|
||||||
<edit mode="assign" name="rgba" >
|
<edit name="rgba" mode="assign">
|
||||||
<const>rgb</const>
|
<const>rgb</const>
|
||||||
</edit>
|
</edit>
|
||||||
<edit mode="assign" name="antialias" >
|
<edit name="autohint" mode="assign">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</edit>
|
</edit>
|
||||||
<edit mode="assign" name="lcdfilter">
|
<edit name="lcdfilter" mode="assign">
|
||||||
<const>lcddefault</const>
|
<const>lcddefault</const>
|
||||||
</edit>
|
</edit>
|
||||||
|
<edit name="dpi" mode="assign">
|
||||||
|
<double>96</double>
|
||||||
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
<!-- Set preferred serif, sans serif, and monospace fonts. -->
|
|
||||||
<alias>
|
|
||||||
<family>serif</family>
|
|
||||||
<prefer>
|
|
||||||
<family>Ubuntu</family>
|
|
||||||
</prefer>
|
|
||||||
</alias>
|
|
||||||
<alias>
|
|
||||||
<family>sans-serif</family>
|
|
||||||
<prefer>
|
|
||||||
<family>Ubuntu</family>
|
|
||||||
</prefer>
|
|
||||||
</alias>
|
|
||||||
<alias>
|
|
||||||
<family>sans</family>
|
|
||||||
<prefer>
|
|
||||||
<family>Ubuntu</family>
|
|
||||||
</prefer>
|
|
||||||
</alias>
|
|
||||||
<alias>
|
|
||||||
<family>monospace</family>
|
|
||||||
<prefer>
|
|
||||||
<family>Ubuntu Mono</family>
|
|
||||||
</prefer>
|
|
||||||
</alias>
|
|
||||||
<alias>
|
|
||||||
<family>mono</family>
|
|
||||||
<prefer>
|
|
||||||
<family>Ubuntu Mono</family>
|
|
||||||
</prefer>
|
|
||||||
</alias>
|
|
||||||
|
|
||||||
</fontconfig>
|
</fontconfig>
|
||||||
|
@ -1,16 +1,4 @@
|
|||||||
#########################################
|
# ArchLabs i3 config
|
||||||
### 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 ##
|
|
||||||
#########################################
|
|
||||||
|
|
||||||
# Xresources var value fallback
|
# Xresources var value fallback
|
||||||
set_from_resource $bg background #19043C
|
set_from_resource $bg background #19043C
|
||||||
|
@ -8,14 +8,9 @@
|
|||||||
<menu execute="al-editors-pipemenu" id="EditorPipeMenu" label="Text Editor"/>
|
<menu execute="al-editors-pipemenu" id="EditorPipeMenu" label="Text Editor"/>
|
||||||
<separator/>
|
<separator/>
|
||||||
<menu execute="al-office-pipemenu" id="OfficePipeMenu" label="Office"/>
|
<menu execute="al-office-pipemenu" id="OfficePipeMenu" label="Office"/>
|
||||||
<menu execute="al-media-pipemenu" id="MediaPipeMenu" label="Media"/>
|
<menu execute="al-media-pipemenu" id="MediaPipeMenu" label="Multimedia"/>
|
||||||
<menu execute="al-graphics-pipemenu" id="GraphicPipeMenu" label="Graphic"/>
|
<menu execute="al-graphics-pipemenu" id="GraphicPipeMenu" label="Graphics"/>
|
||||||
<menu id="Accessories" label="Accessories">
|
<menu id="WebandMail" label="Web & Mail">
|
||||||
<item label="Calculator">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>galculator</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<menu execute="al-mail-pipemenu" id="MailPipeMenu" label="Mail"/>
|
<menu execute="al-mail-pipemenu" id="MailPipeMenu" label="Mail"/>
|
||||||
<menu execute="al-messaging-pipemenu" id="MessagingPipeMenu" label="Messaging"/>
|
<menu execute="al-messaging-pipemenu" id="MessagingPipeMenu" label="Messaging"/>
|
||||||
<menu execute="al-filesharing-pipemenu" id="FilesharingPipeMenu" label="File Sharing"/>
|
<menu execute="al-filesharing-pipemenu" id="FilesharingPipeMenu" label="File Sharing"/>
|
||||||
@ -96,6 +91,7 @@
|
|||||||
<menu execute="al-conky-pipemenu" id="ConkyPipeMenu" label="Conky"/>
|
<menu execute="al-conky-pipemenu" id="ConkyPipeMenu" label="Conky"/>
|
||||||
<menu execute="al-tint2-pipemenu" id="TintPipeMenu" label="Tint2"/>
|
<menu execute="al-tint2-pipemenu" id="TintPipeMenu" label="Tint2"/>
|
||||||
<menu execute="al-settings-pipemenu" id="SettingsPipeMenu" label="Settings"/>
|
<menu execute="al-settings-pipemenu" id="SettingsPipeMenu" label="Settings"/>
|
||||||
|
<menu execute="al-system-pipemenu" id="SystemPipeMenu" label="System"/>
|
||||||
</menu>
|
</menu>
|
||||||
<menu execute="al-help-pipemenu" id="help" label="Help and Info"/>
|
<menu execute="al-help-pipemenu" id="help" label="Help and Info"/>
|
||||||
<menu execute="al-kb-pipemenu" id="keybinds" label="Keybinds"/>
|
<menu execute="al-kb-pipemenu" id="keybinds" label="Keybinds"/>
|
||||||
|
@ -21,18 +21,6 @@ modules-left = jgmenu workspaces
|
|||||||
modules-center = window_switch clock
|
modules-center = window_switch clock
|
||||||
modules-right = pkg memory temperature coreuse network volume
|
modules-right = pkg memory temperature coreuse network volume
|
||||||
|
|
||||||
; All available modules (some require configuration in modules.conf)
|
|
||||||
; redshift github jgmenu 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
|
; i3 Bars
|
||||||
@ -48,18 +36,6 @@ modules-left = jgmenu i3 menu
|
|||||||
modules-center = clock
|
modules-center = clock
|
||||||
modules-right = pkg memory temperature coreuse network volume
|
modules-right = pkg memory temperature coreuse network volume
|
||||||
|
|
||||||
; All available modules (some require configuration in modules.conf)
|
|
||||||
; redshift github filesystem jgmenu 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
|
; Bspwm Bars
|
||||||
@ -74,14 +50,3 @@ monitor =
|
|||||||
modules-left = bspwm menu
|
modules-left = bspwm menu
|
||||||
modules-center = clock
|
modules-center = clock
|
||||||
modules-right = pkg memory temperature coreuse network volume
|
modules-right = pkg memory temperature coreuse network volume
|
||||||
|
|
||||||
; All available modules (some require configuration in modules.conf)
|
|
||||||
; redshift github filesystem mpd jgmenu 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%
|
|
||||||
|
7
home/.config/polybar/sessions/sessionfile
Normal file
7
home/.config/polybar/sessions/sessionfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Polybar base sessionfile
|
||||||
|
# DO NO edit this file, it will be overwritten by al-polyzen
|
||||||
|
# Instead make a custom sessionfile and use the -z FILE or --session FILE option
|
||||||
|
# To load session at startup use the following line
|
||||||
|
# sleep 1; al-polybar-session &
|
||||||
|
|
||||||
|
/home/liveuser/.config/polybar/config openbox-bar
|
@ -42,21 +42,10 @@ xset s 3600 3600
|
|||||||
|
|
||||||
# start the session
|
# start the session
|
||||||
case $session in
|
case $session in
|
||||||
i3|i3wm)
|
i3|i3wm) exec i3 ;;
|
||||||
exec i3
|
bsp|bspwm) exec bspwm ;;
|
||||||
;;
|
awesome) exec awesome ;;
|
||||||
bsp|bspwm)
|
xfce|xfce4) exec startxfce4 ;;
|
||||||
exec bspwm
|
openbox|openbox-session) exec openbox-session ;;
|
||||||
;;
|
*) exec "$1"
|
||||||
awesome)
|
|
||||||
exec awesome
|
|
||||||
;;
|
|
||||||
xfce|xfce4)
|
|
||||||
exec startxfce4
|
|
||||||
;;
|
|
||||||
openbox|openbox-session)
|
|
||||||
exec openbox-session
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
exec "$1"
|
|
||||||
esac
|
esac
|
||||||
|
@ -18,5 +18,5 @@ if [ -d "/usr/sbin" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
|
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
|
||||||
eval $(dbus-launch --sh-syntax --exit-with-session)
|
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
||||||
fi
|
fi
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
Name=$(basename "$0")
|
Name=$(basename "$0")
|
||||||
Version="0.1"
|
Version="0.1"
|
||||||
|
|
||||||
_usage() {
|
_usage() {
|
||||||
cat <<- EOF
|
cat <<- EOF
|
||||||
|
Usage: $Name [options]
|
||||||
|
|
||||||
Usage: $Name [options]
|
Options:
|
||||||
|
|
||||||
Options:
|
|
||||||
-h Display this message
|
-h Display this message
|
||||||
-v Display script version
|
-v Display script version
|
||||||
-q Persistant calculator dialog
|
-q Persistant calculator dialog
|
||||||
|
@ -9,7 +9,6 @@ _usage() {
|
|||||||
$Name [OPTIONS] [ADDITIONAL]
|
$Name [OPTIONS] [ADDITIONAL]
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
|
|
||||||
-h,--help Display this message
|
-h,--help Display this message
|
||||||
-v,--version Display script version
|
-v,--version Display script version
|
||||||
-t,--terminal Toggle a floating work terminal, no additional options
|
-t,--terminal Toggle a floating work terminal, no additional options
|
||||||
@ -19,7 +18,6 @@ _usage() {
|
|||||||
-f,--caffeine Toggle caffeine or daemon monitoring icon, can use toggle option
|
-f,--caffeine Toggle caffeine or daemon monitoring icon, can use toggle option
|
||||||
|
|
||||||
ADDITIONAL:
|
ADDITIONAL:
|
||||||
|
|
||||||
-tg,--toggle Toggle the program off/on, without this flag a monitor process will be started
|
-tg,--toggle Toggle the program off/on, without this flag a monitor process will be started
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user