This commit is contained in:
coast 2025-09-25 14:18:09 +03:30
parent 795cc00940
commit 3f5ed6b949
4 changed files with 26 additions and 14 deletions

View file

@ -27,8 +27,8 @@ monitor=HDMI-A-1,1920x1080@75,auto,1
# See https://wiki.hyprland.org/Configuring/Keywords/ # See https://wiki.hyprland.org/Configuring/Keywords/
# Set programs that you use # Set programs that you use
$terminal = foot $terminal = footclient
$fileManager = dolphin $fileManager = pcmanfm
$menu = wofi --show drun $menu = wofi --show drun
$reload_waybar = pkill waybar; waybar & $reload_waybar = pkill waybar; waybar &
@ -41,6 +41,7 @@ $reload_waybar = pkill waybar; waybar &
# exec-once = $terminal # exec-once = $terminal
# exec-once = nm-applet & # exec-once = nm-applet &
exec-once = foot -s
exec-once = waybar & exec-once = waybar &
exec-once = hyprctl setcursor Adwaita 24 exec-once = hyprctl setcursor Adwaita 24
exec-once = hyprpaper & exec-once = hyprpaper &
@ -266,7 +267,7 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod, P, exec, $reload_waybar bind = $mainMod, P, exec, $reload_waybar
bind = $mainMod, Print, exec, hyprshot -m region bind = $mainMod, Print, exec, hyprshot -m region -o /home/coast/Pictures/Screenshots
# Example special workspace (scratchpad) # Example special workspace (scratchpad)
bind = $mainMod, Q, togglespecialworkspace, magic bind = $mainMod, Q, togglespecialworkspace, magic

View file

@ -1,3 +1,3 @@
preload = ~/Pictures/Wallpapers/wallhaven-d8p7w3_1920x1080.png preload = ~/Pictures/Wallpapers/wallhaven-v9mzkp_1920x1080.png
wallpaper = HDMI-A-1,~/Pictures/Wallpapers/wallhaven-d8p7w3_1920x1080.png wallpaper = HDMI-A-1,~/Pictures/Wallpapers/wallhaven-v9mzkp_1920x1080.png
wallpaper = eDP-1,~/Pictures/Wallpapers/wallhaven-d8p7w3_1920x1080.png wallpaper = eDP-1,~/Pictures/Wallpapers/wallhaven-v9mzkp_1920x1080.png

View file

@ -1,7 +1,7 @@
// -*- mode: jsonc -*- // -*- mode: jsonc -*-
{ {
"layer": "bottom", "layer": "top",
"position": "bottom", "position": "top",
"height": 30, "height": 30,
"spacing": 4, "spacing": 4,
@ -27,6 +27,17 @@
"all-outputs": true, "all-outputs": true,
"warp-on-scroll": false, "warp-on-scroll": false,
"format": "{name}", "format": "{name}",
"persistent-workspaces": {
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
},
}, },
"hyprland/window" : { "hyprland/window" : {
"max-length": 40, "max-length": 40,
@ -41,19 +52,19 @@
// } // }
}, },
"clock": { "clock": {
"format-alt": "{:%Y-%m-%d}" "format-alt": "{:%Y-%m-%d %I:%M %p}"
}, },
"cpu": { "cpu": {
"format": "CPU: {usage}%", "format": "CPU: {usage}%",
"tooltip": false "tooltip": false
}, },
"memory": { "memory": {
"format": "Mem: {used}GiB" "format": "MEM: {used}GiB"
}, },
"disk": { "disk": {
"interval": 60, "interval": 60,
"path": "/", "path": "/",
"format": "Disk: {free}" "format": "DISK: {free} (free)"
}, },
"battery": { "battery": {
"states": { "states": {

View file

@ -10,7 +10,7 @@
} }
window#waybar { window#waybar {
background-color: @bg; background-color: @blk;
color: @fg; color: @fg;
} }
@ -25,7 +25,7 @@ window#waybar {
border-bottom: 3px solid @fg; /* Light grey */ border-bottom: 3px solid @fg; /* Light grey */
} }
#workspaces button.empty { #workspaces button.empty {
color: @white; /* White */ color: @fg; /* White */
} }
#workspaces button.empty.active { #workspaces button.empty.active {
color: @fg; /* Light grey */ color: @fg; /* Light grey */