Compare commits

...

4 commits

Author SHA1 Message Date
a067e9e73c
Added GVFS packages 2024-01-27 19:57:12 -07:00
26add5f772
Added foot-terminfo 2024-01-27 19:56:55 -07:00
b770e0b19d
Added a more colorful MOTD and startup message 2024-01-27 19:56:34 -07:00
340700ac61
Replaced light with brightnessctl 2024-01-27 19:56:02 -07:00
7 changed files with 28 additions and 11 deletions

View file

@ -1,6 +1 @@
Welcome to Solarity Liveboot!
Default password for the solarity account is `solarity`
Type `labwc` to launch a GUI.
Welcome to Solarity Liveboot(B!(B

View file

@ -0,0 +1,11 @@
#!/bin/bash
if [[ "$(tty)" == "/dev/tty"* ]]; then
echo -e -n \
"$(tput bold)
The default password for the $(tput setaf 4)solarity$(tput setaf 7) user is $(tput setaf 6)solarity$(tput sgr0)$(tput bold).
Type $(tput setaf 5)labwc$(tput sgr0)$(tput bold) to launch a GUI.
\n"
fi
echo -e -n $(tput sgr0)

View file

@ -2,6 +2,7 @@
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
term=foot-extra
# login-shell=no
# app-id=foot

View file

@ -55,11 +55,11 @@
</keybind>
<keybind key="XF86_MonBrightnessUp">
<action name="Execute"><command>light -A 5</command></action>
<action name="Execute"><command>brightnessctl s +5%</command></action>
</keybind>
<keybind key="XF86_MonBrightnessDown">
<action name="Execute"><command>light -U 5</command></action>
<action name="Execute"><command>brightnessctl s 5%-</command></action>
</keybind>
</keyboard>
</labwc_config>

View file

@ -123,8 +123,8 @@
"format-alt": "{percent}% {icon}",
"format-alt-click": "click-right",
"format-icons": ["󰃞", "󰃟", "󰃠"],
"on-scroll-down": "light -U 1",
"on-scroll-up": "light -A 1"
"on-scroll-down": "brightnessctl s 1%-",
"on-scroll-up": "brightnessctl s +1%"
},
"custom/weather": {

View file

@ -134,7 +134,6 @@ qt6ct
pipewire
pipewire-jack
pipewire-pulse
light
pavucontrol-qt
mpv
yt-dlp
@ -262,3 +261,13 @@ arch-wiki-docs
arch-wiki-lite
zenity
dialog
brightnessctl
gvfs
gvfs-afc
gvfs-goa
gvfs-google
gvfs-gphoto2
gvfs-mtp
gvfs-nfs
gvfs-smb
foot-terminfo

View file

@ -26,4 +26,5 @@ file_permissions=(
["/usr/local/bin/Installation_guide"]="0:0:755"
["/usr/local/bin/livecd-sound"]="0:0:755"
["/usr/local/bin/import-gsettings"]="0:0:755"
["/etc/profile.d/99-greeting.sh"]="0:0:755"
)