init
This commit is contained in:
31
config/jgmenu/jgmenurc
Normal file
31
config/jgmenu/jgmenurc
Normal file
@@ -0,0 +1,31 @@
|
||||
position_mode = pointer
|
||||
stay_alive = 0
|
||||
tint2_look = 0
|
||||
terminal_exec = alacritty
|
||||
terminal_args = -e
|
||||
menu_width = 160
|
||||
menu_padding_top = 5
|
||||
menu_padding_right = 5
|
||||
menu_padding_bottom = 5
|
||||
menu_padding_left = 5
|
||||
menu_radius = 8
|
||||
menu_border = 0
|
||||
menu_halign = left
|
||||
sub_hover_action = 1
|
||||
item_margin_y = 5
|
||||
item_height = 30
|
||||
item_padding_x = 8
|
||||
item_radius = 6
|
||||
item_border = 0
|
||||
sep_height = 2
|
||||
font = Clarity City Bold 12px
|
||||
icon_size = 16
|
||||
icon_theme = Papirus-Dark
|
||||
arrow_string =
|
||||
color_menu_border = #ffffff 0
|
||||
color_menu_bg = #1f2329
|
||||
color_norm_bg = #ffffff 0
|
||||
color_norm_fg = #b8bfe5
|
||||
color_sel_bg = #23272e
|
||||
color_sel_fg = #b8bfe5
|
||||
color_sep_fg = #b3b3b3
|
25
config/jgmenu/menu.csv
Normal file
25
config/jgmenu/menu.csv
Normal file
@@ -0,0 +1,25 @@
|
||||
Terminal ,openapp --floating ,/usr/share/icons/Papirus/32x32/apps/terminal.svg
|
||||
Web Browser ,openapp --browser ,/usr/share/icons/Papirus/32x32/apps/brave-browser.svg
|
||||
File Manager ,openapp --filemanager ,/usr/share/icons/Papirus/32x32/apps/org.xfce.filemanager.svg
|
||||
|
||||
^sep()
|
||||
|
||||
Widgets ,^checkout(wg) ,/usr/share/icons/Papirus/32x32/apps/kmenuedit.svg
|
||||
BSPWM ,^checkout(wm) ,/usr/share/icons/Papirus/32x32/apps/gnome-windows.svg
|
||||
Exit ,^checkout(exit) ,/usr/share/icons/Papirus/32x32/apps/system-shutdown.svg
|
||||
|
||||
^tag(wg)
|
||||
User Card ,openapp --usercard ,/usr/share/icons/Papirus/32x32/apps/system-users.svg
|
||||
Power Menu ,openapp --powermenu ,/usr/share/icons/Papirus/32x32/status/changes-allow.svg
|
||||
Calendar ,openapp --calendar ,/usr/share/icons/Papirus/32x32/apps/office-calendar.svg
|
||||
|
||||
^tag(wm)
|
||||
Change Theme ,openapp --rice ,/usr/share/icons/Papirus/32x32/apps/colors.svg
|
||||
Keybinds ,keybindingshelp ,/usr/share/icons/Papirus/32x32/apps/preferences-desktop-keyboard-shortcuts.svg
|
||||
Restart WM ,bspc wm -r ,/usr/share/icons/Papirus/32x32/apps/system-reboot.svg
|
||||
Quit ,bspc quit ,/usr/share/icons/Papirus/32x32/apps/system-log-out.svg
|
||||
|
||||
^tag(exit)
|
||||
Block computer ,physlock -d ,/usr/share/icons/Papirus/32x32/status/changes-prevent.svg
|
||||
Reboot ,systemctl reboot ,/usr/share/icons/Papirus/32x32/apps/system-reboot.svg
|
||||
Shutdown ,systemctl poweroff ,/usr/share/icons/Papirus/32x32/apps/system-shutdown.svg
|
|
Reference in New Issue
Block a user