Removed yazi packages and added some scripts

This commit is contained in:
2025-09-18 12:14:40 +02:00
parent 4bc39fe87a
commit 068ab247f2
68 changed files with 73 additions and 2646 deletions

View File

@@ -194,6 +194,7 @@ windowrulev2 = float, class:(qt5ct)
windowrulev2 = float, title:(Open File)
windowrulev2 = float, title:(Open Folder)
windowrulev2 = float, title:(Save As)
windowrulev2 = tile, class:(sioyek)
windowrulev2 = size 450 450, class:(Gnuplot)
windowrulev2 = move 100 203100, class:(Gnuplot)

View File

@@ -1,5 +1,6 @@
preload = /home/jonas/workspace/backg.jpg
preload = /home/jonas/workspace/backg3.jpg
wallpaper = ,/home/jonas/workspace/backg.jpg
wallpaper = HDMI-A-1,/home/jonas/workspace/backg.jpg
wallpaper = HDMI-A-2,/home/jonas/workspace/backg3.jpg

View File

@@ -1,6 +1,6 @@
* {
font-family: 'NotoFont';
font-size: 10px;
font-size: 9px;
font-weight: bold;
}
@@ -21,13 +21,13 @@ button:hover {
}
#workspaces {
padding: 1px 2px;
border-radius: 2px;
margin: 2px 2px;
padding: 1px 1px;
border-radius: 1px;
margin: 1px 1px;
}
#workspaces button {
padding: 0 2px;
padding: 0 1px;
background-color: #3e4243;
color: #ed817d;
margin: 0px 0px;
@@ -36,13 +36,13 @@ button:hover {
#workspaces button.active {
background-color: #9a5263;
color: #ebdbb2;
box-shadow: inset 0 -3px #ebdbb2;
box-shadow: inset 0 -2px #ebdbb2;
}
#workspaces button.urgent {
background-color: #d395a7;
color: #282828;
box-shadow: inset 0 -3px #ebdbb2;
box-shadow: inset 0 -2px #ebdbb2;
}
#window {
@@ -115,25 +115,13 @@ button:hover {
margin: 2px 3px;
}
#custom-status,
#custom-webdav {
background-color: #3e3e3e; /* Slightly lighter dark gray */
font-size: 12px; /* Smaller text */
border-radius: 4px; /* Rounded corners */
padding: 4px 10px; /* Padding inside the box */
margin-left: 10px; /* Move it away from center modules */
margin: 5px 5px;
color: #ffffff; /* Optional: make sure text is visible */
}
#clock {
background-color: #282828;
color: #d3869b;
padding: 0 7px;
border-radius: 5px;
margin: 2px 13;
box-shadow: inset 0 -3px #d3869b;
box-shadow: inset 0 -2px #d3869b;
}
#memory {
@@ -141,8 +129,8 @@ button:hover {
color: #a39bcb;
padding: 0 7px;
border-radius: 5px;
margin: 2px 3px;
box-shadow: inset 0 -3px #a39bcb;
margin: 2px 2px;
box-shadow: inset 0 -2px #a39bcb;
}
#cpu {
@@ -151,5 +139,5 @@ button:hover {
padding: 0 7px;
border-radius: 5px;
margin: 2px 3px;
box-shadow: inset 0 -3px #ee9c70;
box-shadow: inset 0 -2px #ee9c70;
}