mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
1.1.0 Added dotfiles from my old PC
This commit is contained in:
11
IMPORTED_FROM_MANJARO/.dmenurc
Executable file
11
IMPORTED_FROM_MANJARO/.dmenurc
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# ~/.dmenurc
|
||||
DMENU_FN="Terminus-15"
|
||||
DMENU_NB="#2f343f"
|
||||
DMENU_NF="#1ABB9B"
|
||||
DMENU_SB="#1ABB9B"
|
||||
DMENU_SF="#2f343f"
|
||||
TERMINAL_CMD="sterminal"
|
||||
PANEL_HEIGHT="25"
|
||||
DMENU_OPTIONS="-fn $DMENU_FN -nb $DMENU_NB -nf $DMENU_NF -sf $DMENU_SF -sb $DMENU_SB"
|
||||
export DMENU_FN DMENU_NB DMENU_NF DMENU_SF DMENU_SB DMENU_OPTIONS PANEL_HEIGHT
|
||||
Reference in New Issue
Block a user