Skip to content
Snippets Groups Projects
Verified Commit fee843fc authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] small updates to package selection, additional styling bugfixes for wofi and mako

parent f862babe
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ wlogout
# Network
avahi
firewalld
networkmanager
networkmanager-openvpn
network-manager-applet
......@@ -86,8 +87,8 @@ pamac-tray-appindicator
polkit-gnome
# Fonts
ttf-bitstream-vera
noto-fonts
ttf-bitstream-vera
ttf-fira-code
ttf-fira-mono
ttf-font-awesome
......@@ -95,20 +96,25 @@ ttf-roboto
# other base packages
base-devel
bat
cpu-temp-speed
curl
exa
htop
light
mlocate
neofetch
neovim
ripgrep
wget
tlp
xdg-user-dirs
# Other Applications
atool
celluloid
cups-pdf
file-roller
foliate
ffmpeg
ffmpegthumbnailer
gcolor3
......@@ -119,7 +125,9 @@ mpv
odt2txt
ranger
seahorse
simple-scan
silver
system-config-printer
ytop
zathura
zathura-pdf-poppler
......
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id mako --default-timeout 5000 --icons 1 --markup 1 --actions 1 --background-color "$base0C"
exec --no-startup-id mako --default-timeout 5000 --icons 1 --markup 1 --actions 1 --background-color "$base0C" --font "Fira Mono:12"
exec --no-startup-id pamac-tray-appindicator
exec --no-startup-id nm-applet --indicator
exec --no-startup-id blueman-applet
......
......@@ -19,8 +19,8 @@ set $term termite
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
set $appmenu wofi --show drun -i -I | xargs swaymsg exec --
set $menu wofi --show run -i | xargs swaymsg exec --
set $appmenu wofi --show drun --insensitive --allow-images --allow-markup --prompt app | xargs swaymsg exec --
set $menu wofi --show run --insensitive --prompt exec | xargs swaymsg exec --
### Idle configuration
# This will lock your screen after 300 seconds of inactivity, then turn off
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment