Compare commits
No commits in common. "64f53c3f45f359ec4b670c9590bbcb6df70259bf" and "d97e9b2afdb3527f02f6708fd65adb15e1dfc3cd" have entirely different histories.
64f53c3f45
...
d97e9b2afd
10 changed files with 12 additions and 57 deletions
3
airootfs/etc/profile.d/99-sudocomplete.sh
Normal file
3
airootfs/etc/profile.d/99-sudocomplete.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
complete -cf sudo
|
|
@ -8,5 +8,3 @@
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
PS1='\[\e[92m\]\u\[\e[0m\]@\h \[\e[96m\]\w\n\[\e[92m\]\$\[\e[0m\] '
|
PS1='\[\e[92m\]\u\[\e[0m\]@\h \[\e[96m\]\w\n\[\e[92m\]\$\[\e[0m\] '
|
||||||
|
|
||||||
complete -cf sudo
|
|
||||||
|
|
|
@ -25,5 +25,4 @@ foot -s >/dev/null 2>&1 &
|
||||||
waybar -c ~/.config/waybar/labwc >/dev/null 2>&1 &
|
waybar -c ~/.config/waybar/labwc >/dev/null 2>&1 &
|
||||||
|
|
||||||
# Drawer
|
# 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,10 +20,7 @@
|
||||||
</menu>
|
</menu>
|
||||||
<menu id="root-menu" label="">
|
<menu id="root-menu" label="">
|
||||||
<item label="Open Drawer">
|
<item label="Open Drawer">
|
||||||
<!--
|
|
||||||
<action name="Execute"><command>nwggrid -client</command></action>
|
<action name="Execute"><command>nwggrid -client</command></action>
|
||||||
-->
|
|
||||||
<action name="Execute"><command>nwg-drawer -open</command></action>
|
|
||||||
</item>
|
</item>
|
||||||
<item label="Open Run Menu">
|
<item label="Open Run Menu">
|
||||||
<action name="Execute"><command>bemenu-run</command></action>
|
<action name="Execute"><command>bemenu-run</command></action>
|
||||||
|
|
|
@ -35,15 +35,9 @@
|
||||||
<action name="Execute"><command>footclient</command></action>
|
<action name="Execute"><command>footclient</command></action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<!--
|
|
||||||
<keybind key="W-d">
|
<keybind key="W-d">
|
||||||
<action name="Execute"><command>nwggrid</command></action>
|
<action name="Execute"><command>nwggrid</command></action>
|
||||||
</keybind>
|
</keybind>
|
||||||
-->
|
|
||||||
|
|
||||||
<keybind key="W-d">
|
|
||||||
<action name="Execute"><command>nwg-drawer -open</command></action>
|
|
||||||
</keybind>
|
|
||||||
|
|
||||||
<keybind key="W-r">
|
<keybind key="W-r">
|
||||||
<action name="Execute"><command>bemenu-run</command></action>
|
<action name="Execute"><command>bemenu-run</command></action>
|
||||||
|
|
|
@ -1,34 +0,0 @@
|
||||||
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 {
|
window {
|
||||||
background-color: rgba (43, 48, 59, 0.97);
|
background-color: rgba (36, 47, 79, 0.92);
|
||||||
color: #eeeeee
|
color: #eeeeee
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -167,8 +167,7 @@
|
||||||
|
|
||||||
"custom/drawer": {
|
"custom/drawer": {
|
||||||
"format": "",
|
"format": "",
|
||||||
//"on-click": "nwggrid -client",
|
"on-click": "nwggrid -client",
|
||||||
"on-click": "nwg-drawer -open",
|
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -8,5 +8,3 @@
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
PS1='\[\e[91m\]\u\[\e[0m\]@\h \[\e[96m\]\w\n\[\e[91m\]\$\[\e[0m\] '
|
PS1='\[\e[91m\]\u\[\e[0m\]@\h \[\e[96m\]\w\n\[\e[91m\]\$\[\e[0m\] '
|
||||||
|
|
||||||
complete -cf sudo
|
|
||||||
|
|
|
@ -193,8 +193,11 @@ grim
|
||||||
slurp
|
slurp
|
||||||
swappy
|
swappy
|
||||||
wdisplays
|
wdisplays
|
||||||
|
nwg-panel
|
||||||
|
nwg-bar
|
||||||
swaybg
|
swaybg
|
||||||
nwg-drawer
|
nwg-menu
|
||||||
|
nwg-launchers
|
||||||
cliphist
|
cliphist
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wl-clipboard-x11
|
wl-clipboard-x11
|
||||||
|
@ -222,6 +225,7 @@ wireguard-tools
|
||||||
chntpw
|
chntpw
|
||||||
stress
|
stress
|
||||||
s-tui
|
s-tui
|
||||||
|
bless
|
||||||
rclone
|
rclone
|
||||||
hexedit
|
hexedit
|
||||||
flashrom
|
flashrom
|
||||||
|
@ -277,6 +281,3 @@ zfs-dkms-git
|
||||||
nut
|
nut
|
||||||
micro
|
micro
|
||||||
mupdf
|
mupdf
|
||||||
expac
|
|
||||||
hexyl
|
|
||||||
ghex
|
|
||||||
|
|
Loading…
Reference in a new issue