Some things

This commit is contained in:
2025-09-30 20:40:46 +02:00
parent 7e3b39d8e4
commit 1ab00403fb
11 changed files with 262 additions and 28 deletions

View File

@@ -1,6 +1,16 @@
#######################################################################################hypr
monitor = , preferred, auto, 1, mirror, eDP-1
monitor = HDMI-A-1, 1920x1080@60, 0x0, 1
monitor = HDMI-A-2, 1920x1080@60, -1920x0, 1
monitor = DP-1, 1920x1080@60, 1920x0, 1
input:tablet {
output = HDMI-A-1
active_area_size = 170, 120
active_area_position = 35, 30
}
#######################################################################################
@@ -14,7 +24,7 @@ exec-once = hyprsunset -t 3000
exec-once = wl-clip-persist --clipboard regular
exec-once = hyprpaper
exec-once = nm-applet
exec-once = ~/projects/scripts/rnote_mapper.sh
exec-once = ~/projects/scripts/shell/rnote_mapper.sh
# Check the hostname and enable animations only on a specific device
#exec-once = sh -c 'if [ "$(hostname)" = "minoxy" ]; then hyprctl keyword animations enabled; fi'
@@ -26,13 +36,14 @@ workspace=1,monitor:HDMI-A-1
workspace=2,monitor:HDMI-A-1
workspace=3,monitor:HDMI-A-1
workspace=4,monitor:HDMI-A-1
workspace=5,monitor:HDMI-A-1
workspace=5,monitor:HDMI-A-2
workspace=6,monitor:HDMI-A-2
workspace=7,monitor:HDMI-A-2
workspace=8,monitor:HDMI-A-2
workspace=9,monitor:HDMI-A-2
workspace=0,monitor:HDMI-A-2
workspace=8,monitor:DP-1
workspace=9,monitor:DP-1
workspace=0,monitor:DP-1
env = HYPRCURSOR_THEME,catppuccin-frappe-rosewater-cursors
env = HYPRCURSOR_SIZE,18
@@ -149,12 +160,12 @@ windowrulev2 = workspace 3, class:(org.pwmt.zathura)
windowrulev2 = workspace 4, class:(code)
windowrulev2 = workspace 4, class:(thunderbird)
windowrulev2 = workspace 4, class:(jetbrains-studio)
windowrulev2 = workspace 4, class:(com.github.flxzt.rnote)
windowrulev2 = workspace 4, class:(com.github.xournalpp.xournalpp)
# Gaming and other things
windowrulev2 = workspace 5, class:(steam)
windowrulev2 = workspace 5, class:(blender)
windowrulev2 = workspace 5, class:(com.github.flxzt.rnote)
windowrulev2 = workspace 5, class:(com.github.xournalpp.xournalpp)
windowrulev2 = workspace 6, initialTitle:(LibreOffice)
windowrulev2 = workspace 6, initialTitle:(GNU Image Manipulation Program)
@@ -214,4 +225,3 @@ windowrulev2 = pseudo, class:(xdragon)
windowrulev2 = bordersize 30, class:(xdragon)
windowrulev2 = bordercolor rgba(b3cc1aee) rgba(a3af1aee), class:(xdragon)
windowrulev2 = rounding 3, class:(xdragon)

View File

@@ -5,4 +5,4 @@ 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/backg2.jpg
wallpaper = HDMI-A-3,/home/jonas/workspace/backg3.jpg
wallpaper = DP-1,/home/jonas/workspace/backg3.jpg

View File

@@ -1,6 +1,6 @@
{
"position": "top",
"height": 0,
"position": "top",
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": ["custom/webdav","clock", "custom/status"],
"modules-right": ["tray", "pulseaudio", "backlight", "cpu", "memory", "battery"],

View File

@@ -1,6 +1,6 @@
* {
font-family: 'NotoFont';
font-size: 9px;
font-size: 8px;
font-weight: bold;
}
@@ -36,13 +36,13 @@ button:hover {
#workspaces button.active {
background-color: #9a5263;
color: #ebdbb2;
box-shadow: inset 0 -2px #ebdbb2;
box-shadow: inset 0 -1px #ebdbb2;
}
#workspaces button.urgent {
background-color: #d395a7;
color: #282828;
box-shadow: inset 0 -2px #ebdbb2;
box-shadow: inset 0 -1px #ebdbb2;
}
#window {
@@ -50,27 +50,27 @@ button:hover {
padding: 0 8px;
background-color: rgba(100, 50, 50, 0.75);
margin: 2px 0;
border-radius: 5px;
box-shadow: inset 0 -3px #ca9d1f;
border-radius: 3px;
box-shadow: inset 0 -2px #ca9d1f;
}
#backlight {
background-color: #282828;
color: #ebdbb2;
margin: 2px 3px;
margin: 1px 2px;
padding: 0 7px;
border-radius: 5px;
box-shadow: inset 0 -3px #ebdbb2;
border-radius: 3px;
box-shadow: inset 0 -2px #ebdbb2;
}
#battery {
background-color: #282828;
color: #b8bb26;
padding: 0 7px;
border-radius: 5px;
margin: 2px 3px;
box-shadow: inset 0 -3px #b8bb26;
border-radius: 3px;
margin: 1px 2px;
box-shadow: inset 0 -2px #b8bb26;
}
#battery.charging {
@@ -99,13 +99,13 @@ button:hover {
padding: 0 7px;
border-radius: 5px;
margin: 2px 3px;
box-shadow: inset 0 -3px #fabd2f;
box-shadow: inset 0 -2px #fabd2f;
}
#pulseaudio.muted {
background-color: #282828;
color: #a89984;
box-shadow: inset 0 -3px #a89984;
box-shadow: inset 0 -2px #a89984;
}
#tray {