Compare commits
5 Commits
44a7ecce2e
...
46a2b9fd61
| Author | SHA1 | Date | |
|---|---|---|---|
| 46a2b9fd61 | |||
| 90922ccd77 | |||
| eeb24c1233 | |||
| 34ad6a3aa1 | |||
| 9c9d0188bb |
23
home/.config/dunst/dunstrc
Normal file
23
home/.config/dunst/dunstrc
Normal 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"
|
||||||
46
home/.config/foot/foot.ini
Normal file
46
home/.config/foot/foot.ini
Normal 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
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user