Compare commits
6 commits
d97e9b2afd
...
64f53c3f45
Author | SHA1 | Date | |
---|---|---|---|
64f53c3f45 | |||
0c5d74fc35 | |||
ff2cd91aa7 | |||
75dc6d8f3c | |||
cc422c3ce6 | |||
f197ab6a4b |
10 changed files with 57 additions and 12 deletions
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
complete -cf sudo
|
|
@ -8,3 +8,5 @@
|
|||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
PS1='\[\e[92m\]\u\[\e[0m\]@\h \[\e[96m\]\w\n\[\e[92m\]\$\[\e[0m\] '
|
||||
|
||||
complete -cf sudo
|
||||
|
|
|
@ -25,4 +25,5 @@ foot -s >/dev/null 2>&1 &
|
|||
waybar -c ~/.config/waybar/labwc >/dev/null 2>&1 &
|
||||
|
||||
# Drawer
|
||||
nwggrid-server -layer-shell-layer OVERLAY 2>&1 &
|
||||
#nwggrid-server -layer-shell-layer OVERLAY 2>&1 &
|
||||
nwg-drawer -r -ovl -nofs -term footclient -pbexit "pkill labwc" -pblock "swaylock -c 111111" -pbpoweroff "poweroff" -pbreboot "reboot" -pbsleep "systemctl suspend" -pbuseicontheme 2>&1 &
|
||||
|
|
|
@ -20,7 +20,10 @@
|
|||
</menu>
|
||||
<menu id="root-menu" label="">
|
||||
<item label="Open Drawer">
|
||||
<!--
|
||||
<action name="Execute"><command>nwggrid -client</command></action>
|
||||
-->
|
||||
<action name="Execute"><command>nwg-drawer -open</command></action>
|
||||
</item>
|
||||
<item label="Open Run Menu">
|
||||
<action name="Execute"><command>bemenu-run</command></action>
|
||||
|
|
|
@ -35,9 +35,15 @@
|
|||
<action name="Execute"><command>footclient</command></action>
|
||||
</keybind>
|
||||
|
||||
<!--
|
||||
<keybind key="W-d">
|
||||
<action name="Execute"><command>nwggrid</command></action>
|
||||
</keybind>
|
||||
-->
|
||||
|
||||
<keybind key="W-d">
|
||||
<action name="Execute"><command>nwg-drawer -open</command></action>
|
||||
</keybind>
|
||||
|
||||
<keybind key="W-r">
|
||||
<action name="Execute"><command>bemenu-run</command></action>
|
||||
|
|
34
airootfs/etc/skel/.config/nwg-drawer/drawer.css
Normal file
34
airootfs/etc/skel/.config/nwg-drawer/drawer.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
window {
|
||||
background-color: rgba (24, 24, 24, 0.95);
|
||||
color: #eeeeee
|
||||
}
|
||||
|
||||
/* search entry */
|
||||
entry {
|
||||
background-color: rgba (0, 0, 0, 0.2)
|
||||
}
|
||||
|
||||
button, image {
|
||||
background: none;
|
||||
border: none
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: rgba (255, 255, 255, 0.1)
|
||||
}
|
||||
|
||||
/* in case you wanted to give category buttons a different look */
|
||||
#category-button {
|
||||
margin: 0 10px 0 10px
|
||||
}
|
||||
|
||||
#pinned-box {
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px dotted gray
|
||||
}
|
||||
|
||||
#files-box {
|
||||
padding: 5px;
|
||||
border: 1px dotted gray;
|
||||
border-radius: 15px
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
window {
|
||||
background-color: rgba (36, 47, 79, 0.92);
|
||||
background-color: rgba (43, 48, 59, 0.97);
|
||||
color: #eeeeee
|
||||
}
|
||||
|
||||
|
|
|
@ -167,7 +167,8 @@
|
|||
|
||||
"custom/drawer": {
|
||||
"format": "",
|
||||
"on-click": "nwggrid -client",
|
||||
//"on-click": "nwggrid -client",
|
||||
"on-click": "nwg-drawer -open",
|
||||
"tooltip": false,
|
||||
},
|
||||
|
||||
|
|
|
@ -8,3 +8,5 @@
|
|||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
PS1='\[\e[91m\]\u\[\e[0m\]@\h \[\e[96m\]\w\n\[\e[91m\]\$\[\e[0m\] '
|
||||
|
||||
complete -cf sudo
|
||||
|
|
|
@ -193,11 +193,8 @@ grim
|
|||
slurp
|
||||
swappy
|
||||
wdisplays
|
||||
nwg-panel
|
||||
nwg-bar
|
||||
swaybg
|
||||
nwg-menu
|
||||
nwg-launchers
|
||||
nwg-drawer
|
||||
cliphist
|
||||
wl-clipboard
|
||||
wl-clipboard-x11
|
||||
|
@ -225,7 +222,6 @@ wireguard-tools
|
|||
chntpw
|
||||
stress
|
||||
s-tui
|
||||
bless
|
||||
rclone
|
||||
hexedit
|
||||
flashrom
|
||||
|
@ -281,3 +277,6 @@ zfs-dkms-git
|
|||
nut
|
||||
micro
|
||||
mupdf
|
||||
expac
|
||||
hexyl
|
||||
ghex
|
||||
|
|
Loading…
Reference in a new issue