This commit is contained in:
2024-10-16 20:24:40 +02:00
parent b7bfb0f62a
commit c681eb3139
110 changed files with 2924 additions and 720 deletions

View File

@@ -5,7 +5,7 @@
# i3 config file (v4)
# font for window titles and bar
font pango:Source Sans Pro 15
font pango:Source Sans Pro 10
# use win key
set $mod Mod4
@@ -314,7 +314,7 @@ exec 'sleep 2; swaymsg workspace "$ws8"; swaymsg layout tabbed'
exec mako --default-timeout=5000
# wallpaper
output eDP-1 scale 1
output eDP-1 scale 1.5 scale_filter linear
output eDP-1 bg #282a36 solid_color
output eDP-1 bg ~/.wallpaper.png center
output DP-4 bg #282a36 solid_color

View File

@@ -81,9 +81,7 @@ in {
quickemu
brave
chromium
firefox
vivaldi
# unstable.cura
freecad
@@ -106,10 +104,13 @@ in {
variants = ["qt5"];
})
kdePackages.neochat
dbus-sway-environment
ddev
dracula-theme
foot
fractal
gcc
git
glib
@@ -125,6 +126,7 @@ in {
libreoffice
mako
mqttui
moonlight-qt
netflix
networkmanagerapplet
nextcloud-client

View File

@@ -1,5 +1,5 @@
* {
font-size: 24px;
font-size: 16px;
font-family: monospace;
}