Compare commits

...

5 Commits

Author SHA1 Message Date
46a2b9fd61 Install: Add LibreOffice and Okular 2025-12-03 14:45:09 -08:00
90922ccd77 Sway: Add rofi hotkey for window switching 2025-12-03 14:44:20 -08:00
eeb24c1233 Sway: Fix typo 2025-12-03 14:43:49 -08:00
34ad6a3aa1 Foot: Add theme and font 2025-12-03 14:43:30 -08:00
9c9d0188bb Dunst: Add theme 2025-12-03 14:43:25 -08:00
4 changed files with 76 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
#
# Catppuccin Latte
# https://github.com/catppuccin/dunst/blob/main/themes/latte.conf
#
[global]
frame_color = "#1e66f5"
separator_color= frame
highlight = "#1e66f5"
[urgency_low]
background = "#eff1f5"
foreground = "#4c4f69"
[urgency_normal]
background = "#eff1f5"
foreground = "#4c4f69"
[urgency_critical]
background = "#eff1f5"
foreground = "#4c4f69"
frame_color = "#fe640b"

View File

@@ -0,0 +1,46 @@
font=JetBrainsMonoNerdFontMono:size=12
# Should automatically use these.
#font-bold=JetBrainsMonoNerdFontMono:weight=bold
#font-italic=JetBrainsMonoNerdFontMono:slant=italic
#font-bold-italic=JetBrainsMonoNerdFontMono:weight=bold:slant=italic
#
# Catppuccine Latte
# https://github.com/catppuccin/foot
#
[colors]
cursor=eff1f5 dc8a78
foreground=4c4f69
background=eff1f5
regular0=5c5f77
regular1=d20f39
regular2=40a02b
regular3=df8e1d
regular4=1e66f5
regular5=ea76cb
regular6=179299
regular7=acb0be
bright0=6c6f85
bright1=d20f39
bright2=40a02b
bright3=df8e1d
bright4=1e66f5
bright5=ea76cb
bright6=179299
bright7=bcc0cc
16=fe640b
17=dc8a78
selection-foreground=4c4f69
selection-background=ccced7
search-box-no-match=dce0e8 d20f39
search-box-match=4c4f69 ccd0da
jump-labels=dce0e8 fe640b
urls=1e66f5

View File

@@ -73,6 +73,9 @@ input "2362:628:PIXA3854:00_093A:0274_Touchpad" {
# Start your launcher # Start your launcher
bindsym $mod+d exec $menu bindsym $mod+d exec $menu
# Window switching
bindsym $mod+Tab exec rofi -show window -modes window
# Drag floating windows by holding down $mod and left mouse button. # Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod. # Resize them with right mouse button + $mod.
# Despite the name, also works for non-floating windows. # Despite the name, also works for non-floating windows.
@@ -213,8 +216,9 @@ client.placeholder $overlay0 $base $text $overlay0 $overlay0
client.background $base client.background $base
# #
# Launch defualt apps # Launch default apps
# #
exec copyq exec copyq
exec workrave exec workrave

View File

@@ -65,6 +65,8 @@ flatpak install io.dbeaver.DBeaverCommunity
flatpak install flathub org.gimp.GIMP flatpak install flathub org.gimp.GIMP
flatpak install flathub org.gnucash.GnuCash flatpak install flathub org.gnucash.GnuCash
flatpak install flathub org.kde.digikam flatpak install flathub org.kde.digikam
flatpak install flathub org.libreoffice.LibreOffice
flatpak install flathub org.kde.okular
# Install devbox # Install devbox
# https://www.jetify.com/docs/devbox/installing-devbox # https://www.jetify.com/docs/devbox/installing-devbox