This commit is contained in:
nub31
2025-05-10 15:45:42 +02:00
parent 71bc8f2de9
commit 56fd56b6e7
5 changed files with 100 additions and 288 deletions

View File

@@ -8,6 +8,7 @@ source = rules.conf
exec-once = nm-applet & exec-once = nm-applet &
exec-once = waybar & exec-once = waybar &
exec-once = hyprpm reload -n exec-once = hyprpm reload -n
exec-once = hyprpaper
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24

View File

@@ -1,6 +1,6 @@
background { background {
monitor = monitor =
path = ~/wallpapers/solace1.jpg path = ~/wallpapers/japan-street-Dark.png
color = rgba(25, 20, 20, 1.0) color = rgba(25, 20, 20, 1.0)
blur_passes = 2 blur_passes = 2
} }
@@ -30,7 +30,7 @@ label {
text = Hi there, $USER text = Hi there, $USER
color = rgba(240, 240, 240, 0.8) color = rgba(240, 240, 240, 0.8)
font_size = 25 font_size = 25
font_family = Fira Sans font_family = JetBrainsMono Nerd Font
shadow_passes = 4 shadow_passes = 4
shadow_size = 3 shadow_size = 3
@@ -44,7 +44,7 @@ label {
text = $TIME12 text = $TIME12
color = rgba(255,255,255,1) color = rgba(255,255,255,1)
font_size = 35 font_size = 35
font_family = Fira Sans Bold font_family = JetBrainsMono Nerd Font
shadow_passes = 6 shadow_passes = 6
position = 0, 120 position = 0, 120

View File

@@ -0,0 +1,2 @@
preload = ~/wallpapers/japan-street-Dark.png
wallpaper = , ~/wallpapers/japan-street-Dark.png

View File

@@ -1,124 +1,62 @@
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"mod": "dock", "height": 32,
"exclusive": true, "margin": 0,
"passthrough": false, "modules-left": [
"gtk-layer-shell": true, "hyprland/workspaces",
"height": 50, "hyprland/window"
"modules-left": ["custom/launch_rofi","hyprland/workspaces","cpu","memory","disk","clock"], ],
"modules-center": ["wlr/taskbar"], "modules-center": [
"modules-right": ["network","battery","backlight","pulseaudio","pulseaudio#microphone","tray"], "clock"
],
"modules-right": [
"hyprland/window": { "tray",
"format": "{}" "network",
}, "pulseaudio",
"custom/lock"
"custom/launch_rofi": { ],
"format": "", "hyprland/workspaces": {
"on-click": "sh -c 'rofi -show drun -config ~/.config/rofi/config.rasi' & disown", "disable-scroll": false,
"tooltip": false "all-outputs": false,
},
"cpu": {
"interval": 10,
"format": " {usage}%",
"max-length": 10
},
"disk": {
"interval": 30,
"format": "󰋊 {percentage_used}%",
"path": "/",
"tooltip": true,
"tooltip-format": "HDD - {used} used out of {total} on {path} ({percentage_used}%)"
},
"memory": {
"interval": 30,
"format": " {}%",
"max-length": 10,
"tooltip": true,
"tooltip-format": "Memory - {used:0.1f}GB used"
},
"wlr/taskbar": {
"format": "{icon}", "format": "{icon}",
"icon-size": 18,
"spacing": 0,
"on-click-middle" : "close",
"tooltip-format": "{title}",
"on-click": "activate"
},
"tray": {
"icon-size": 18,
"spacing": 10
},
"clock": {
"format": "{:%H:%M}  ",
"tooltip-format": "{:%A, %B %d, %Y}",
},
"backlight": {
"device": "intel_backlight",
"format": "{icon} {percent}%",
"format-icons": ["󰃞", "󰃟", "󰃠"],
"on-scroll-up": "~/.config/HyprV/waybar/scripts/brightness --inc",
"on-scroll-down": "~/.config/HyprV/waybar/scripts/brightness --dec",
"min-length": 6
},
"network": {
/* "format-wifi": "直", */
"format-wifi": " {icon}",
"format-ethernet": " ",
"format-disconnected": "睊",
"tooltip-format": "{essid}",
"on-click": "nm-connection-editor",
"format-icons": ["󰤯 ","󰤟 ","󰤢 ","󰤢 ","󰤨 "]
},
"battery": {
"states": {
"good": 95,
"warning": 30,
"critical": 20
},
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{time} {icon}",
"format-icons": ["󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"]
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-muted": "",
"on-click": "pavucontrol",
"on-scroll-up": "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+",
"on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-",
"scroll-step": 5,
"format-icons": { "format-icons": {
"headphone": "", "urgent": "",
"hands-free": "", "active": "",
"headset": "", "default": ""
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
} }
}, },
"hyprland/window": {
"pulseaudio#microphone": { "format": "{}",
"format": "{format_source}", "icon": "true",
"format-source": " {volume}%", "tooltip": false
"format-source-muted": "", },
"on-click": "pavucontrol", "clock": {
"on-scroll-up": "wpctl set-volume -l 1 @DEFAULT_AUDIO_SOURCE@ 5%+", "format": "{:%I:%M %p}",
"on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-", "tooltip": false
"scroll-step": 5 },
"network": {
"format-wifi": " {essid} ({signalStrength}%)",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"format-disconnected": "Disconnected ⚠",
"tooltip": false
},
"pulseaudio": {
"scroll-step": 5,
"format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon}",
"format-muted": "",
"format-icons": {
"default": [
"",
""
]
},
"on-click": "pavucontrol"
},
"custom/lock": {
"format": "",
"on-click": "hyprlock",
"tooltip": false
} }
} }

View File

@@ -1,195 +1,66 @@
* { * {
border: none; border: 0;
border-radius: 0; border-radius: 0px;
font-family: "JetBrainsMono Nerd Font"; font-family: "JetBrainsMono Nerd Font, Font Awesome, monospace";
font-weight: bold; font-size: 14px;
font-size: 15px;
min-height: 0; min-height: 0;
border-radius: 0px;
font-weight: 900;
} }
window#waybar { #waybar {
background: rgba(0, 0, 0, 0); background: #191414;
color: #cdd6f4; color: #ABB2BF;
} }
tooltip { #network,
background: #1e1e2e; #pulseaudio {
border-radius: 10px; padding-right: 16px;
border-width: 2px; padding-left: 4px;
border-style: solid;
border-color: #11111b;
} }
tooltip label{ #workspaces {
color: #cdd6f4; margin-right: 16px;
} }
#workspaces button { #workspaces button {
padding: 5px; color: rgb(255, 255, 255);
color: #313244; border-bottom: 2px solid transparent;
margin-right: 5px;
} }
#workspaces button.active { #workspaces button.active {
color: #a6adc8; border-bottom: 2px solid #ABB2BF;
}
#workspaces button.focused {
color: #a6adc8;
background: #eba0ac;
border-radius: 10px;
}
#workspaces button.urgent {
color: #11111b;
background: #a6e3a1;
border-radius: 10px;
}
#workspaces button:hover {
background: #11111b;
color: #cdd6f4;
border-radius: 10px;
}
#custom-launch_wofi,
#custom-lock_screen,
#custom-light_dark,
#custom-power_btn,
#custom-power_profile,
#custom-weather,
#custom-myhyprv,
#window,
#cpu,
#disk,
#custom-updates,
#memory,
#battery,
#pulseaudio,
#network,
#tray,
#temperature,
#workspaces,
#backlight {
background: #000000;
padding: 0px 10px;
margin: 3px 0px;
margin-top: 7px;
border: 0px;
}
#network , #backlight, #custom-launch_wofi, #cpu {
border-radius: 10px 0px 0px 10px;
}
#custom-light_dark, #workspaces, #pulseaudio.microphone, #battery, #disk {
border-radius: 0px 10px 10px 0px;
margin-right: 10px;
}
#temperature.critical {
color: #e92d4d;
}
#workspaces {
padding-right: 0px;
padding-left: 5px;
}
#window {
border-radius: 10px;
margin-left: 20px;
margin-right: 20px;
}
#custom-launch_wofi {
color: #cdd6f4;
margin-left: 5px;
border-right: 0px;
}
#pulseaudio {
color: #cdd6f4;
border-left: 0px;
border-right: 0px;
}
#pulseaudio.microphone {
color: #cdd6f4;
border-left: 0px;
border-right: 0px;
}
#battery {
color: #cdd6f4;
border-left: 0px;
}
#tray{
background: #000000;
opacity: 0.7;
padding: 0px 10px;
margin: 3px 0px;
margin-right: 5px;
margin-top: 7px;
border: 5px;
border-radius: 10px;
padding-right: 10px;
padding-left: 10px;
} }
#clock { #clock {
background: #000000; border-bottom: 2px solid #ABB2BF;
opacity: 0.7;
padding: 0px 10px;
margin: 3px 0px;
margin-top: 7px;
border: 5px;
border-radius: 10px;
padding-right: 10px;
padding-left: 10px;
} }
#taskbar { #tray {
background: #000000; padding: 0 8px;
opacity: 0.7; border-bottom: 2px solid rgb(198, 120, 221);
padding: 0px 10px;
margin: 3px 0px;
margin-top: 7px;
border: 5px;
border-radius: 10px;
padding-right: 10px;
padding-left: 10px;
} }
#taskbar button { #network {
box-shadow: none; border-bottom: 2px solid lightsalmon;
text-shadow: none; color: lightsalmon;
padding: 0px;
border-radius: 9px;
margin-top: 3px;
margin-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
color: #93cee9;
animation: gradient_f 5s ease-in infinite;
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
} }
#taskbar button:hover { #network.disconnected {
background: #11111b; background: #E06C75;
color: #cdd6f4;
} }
#pulseaudio {
#taskbar button.active { color: rgb(97, 175, 239);
background: #93cee9; border-bottom: 2px solid rgb(97, 175, 239);
color: #ffffff; }
margin-left: 3px;
padding-left: 10px; #custom-lock {
padding-right: 10px; transition: all 100ms ease-in-out;
margin-right: 3px; padding-right: 16px;
animation: gradient_f 20s ease-in infinite; padding-left: 12px;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); }
#custom-lock:hover {
color: #E06C75;
} }