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/
# Set programs that you use
$terminal = foot
$fileManager = dolphin
$terminal = footclient
$fileManager = pcmanfm
$menu = wofi --show drun
$reload_waybar = pkill waybar; waybar &
@ -41,6 +41,7 @@ $reload_waybar = pkill waybar; waybar &
# exec-once = $terminal
# exec-once = nm-applet &
exec-once = foot -s
exec-once = waybar &
exec-once = hyprctl setcursor Adwaita 24
exec-once = hyprpaper &
@ -266,7 +267,7 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
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)
bind = $mainMod, Q, togglespecialworkspace, magic

View file

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

View file

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

View file

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