Updated config

This commit is contained in:
Eduard Urbach 2024-03-21 16:10:24 +01:00
parent 8acac0e405
commit 64b37682bf
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
7 changed files with 21 additions and 26 deletions

View File

@ -1,2 +1,2 @@
LANG=en_US.UTF-8 LANG=en_US.UTF-8
SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh

View File

@ -4,13 +4,6 @@ if status is-interactive
set -x LS_COLORS di=0:ln=0:so=0:pi=0:ex=0:bd=0:cd=0:su=0:sg=0:tw=0:ow=0 set -x LS_COLORS di=0:ln=0:so=0:pi=0:ex=0:bd=0:cd=0:su=0:sg=0:tw=0:ow=0
end end
# Load systemd user environment
set GENERATOR /usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
if test -e $GENERATOR
export ($GENERATOR)
end
# Add to PATH # Add to PATH
fish_add_path $GOPATH/bin fish_add_path $GOPATH/bin
fish_add_path $HOME/.local/bin fish_add_path $HOME/.local/bin

View File

@ -1,4 +1,5 @@
exec-once = dunst
exec-once = waypaper --restore exec-once = waypaper --restore
exec-once = $statusbar
exec-once = dunst
exec-once = wl-paste --watch cliphist store exec-once = wl-paste --watch cliphist store
exec-once = [workspace special:magic silent;float;size 960 540;center] $terminal exec-once = [workspace special:magic silent;float;size 960 540;center] $terminal

View File

@ -2,7 +2,7 @@ general {
gaps_in = 4 gaps_in = 4
gaps_out = 8 gaps_out = 8
border_size = 0 border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa) col.inactive_border = rgba(595959aa)
@ -34,7 +34,7 @@ debug {
} }
decoration { decoration {
rounding = 6 rounding = 10
blur { blur {
enabled = true enabled = true

View File

@ -1,7 +1,8 @@
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "bottom",
"modules-left": [ "modules-left": [
"custom/os",
"hyprland/workspaces", "hyprland/workspaces",
], ],
"modules-center": [], "modules-center": [],

View File

@ -1,21 +1,21 @@
{ {
"clock": { "clock": {
"interval": 60, "interval": 60,
"format": "<span color='#0000007f'> </span> {:%H : %M}", "format": "<span color='#ffffff7f'> </span> {:%H : %M}",
"tooltip-format": "{:%A, %Y-%m-%d}", "tooltip-format": "{:%A, %Y-%m-%d}",
"on-click": "gnome-clocks", "on-click": "gnome-clocks",
"on-click-right": "date -u +'%Y-%m-%dT%H:%M:%SZ' | wl-copy", "on-click-right": "date -u +'%Y-%m-%dT%H:%M:%SZ' | wl-copy",
}, },
"cpu": { "cpu": {
"interval": 2, "interval": 2,
"format": "<span color='#0000007f'>{icon}</span> {usage}%", "format": "<span color='#ffffff7f'>{icon}</span> {usage}%",
"format-icons": ["󰾆", "󰾅", "󰓅"], "format-icons": ["󰾆", "󰾅", "󰓅"],
"max-length": 10, "max-length": 10,
"on-click": "$TERMINAL -e btop", "on-click": "$TERMINAL -e btop",
}, },
"custom/updates": { "custom/updates": {
"interval": 300, "interval": 300,
"format": "<span color='#0000007f'>󰏖 </span> {}", "format": "<span color='#ffffff7f'>󰏖 </span> {}",
"exec": "~/.bin/updates", "exec": "~/.bin/updates",
"return-type": "json", "return-type": "json",
"on-click": "$TERMINAL -e yay", "on-click": "$TERMINAL -e yay",
@ -23,41 +23,41 @@
"custom/gpu": { "custom/gpu": {
"interval": 2, "interval": 2,
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits", "exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
"format": "<span color='#0000007f'> </span> {}%", "format": "<span color='#ffffff7f'> </span> {}%",
"return-type": "", "return-type": "",
"on-click": "$TERMINAL -e nvtop", "on-click": "$TERMINAL -e nvtop",
"max-length": 10, "max-length": 10,
}, },
"memory": { "memory": {
"interval": 2, "interval": 2,
"format": "<span color='#0000007f'> </span>{used} GiB", "format": "<span color='#ffffff7f'> </span>{used} GiB",
"max-length": 10, "max-length": 10,
"on-click": "$TERMINAL -e btop", "on-click": "$TERMINAL -e btop",
}, },
"network#up": { "network#up": {
"interval": 2, "interval": 2,
"format": "<span color='#0000007f'> </span>{bandwidthUpBits}", "format": "<span color='#ffffff7f'> </span>{bandwidthUpBits}",
"tooltip-format": " {ifname} upload", "tooltip-format": " {ifname} upload",
"max-length": 10, "max-length": 10,
"on-click": "$TERMINAL -e nethogs", "on-click": "$TERMINAL -e nethogs",
}, },
"network#down": { "network#down": {
"interval": 2, "interval": 2,
"format": "<span color='#0000007f'> </span>{bandwidthDownBits}", "format": "<span color='#ffffff7f'> </span>{bandwidthDownBits}",
"tooltip-format": " {ifname} download", "tooltip-format": " {ifname} download",
"max-length": 10, "max-length": 10,
"on-click": "$TERMINAL -e nethogs", "on-click": "$TERMINAL -e nethogs",
}, },
"disk": { "disk": {
"interval": 30, "interval": 30,
"format": "<span color='#0000007f'>󰋊 </span>{used}", "format": "<span color='#ffffff7f'>󰋊 </span>{used}",
"path": "/", "path": "/",
"max-length": 10, "max-length": 10,
"on-click": "$TERMINAL -e dua i", "on-click": "$TERMINAL -e dua i",
}, },
"mpris": { "mpris": {
"format": "<span color='#0000007f'>{player_icon}</span> {title}", "format": "<span color='#ffffff7f'>{player_icon}</span> {title}",
"format-paused": "<span color='#0000007f'>{status_icon}</span> {title}", "format-paused": "<span color='#ffffff7f'>{status_icon}</span> {title}",
"player-icons": { "player-icons": {
"default": "󰝚", "default": "󰝚",
"mpv": "󰝚" "mpv": "󰝚"
@ -68,7 +68,7 @@
"title-len": 30, "title-len": 30,
}, },
"wireplumber": { "wireplumber": {
"format": "<span color='#0000007f'>{icon}</span> {volume}%", "format": "<span color='#ffffff7f'>{icon}</span> {volume}%",
"format-muted": "", "format-muted": "",
"scroll-step": 5, "scroll-step": 5,
"format-icons": ["", "", ""], "format-icons": ["", "", ""],

View File

@ -7,8 +7,8 @@
} }
#waybar { #waybar {
background: rgba(255, 255, 255, 0.9); /* background: rgba(255, 255, 255, 0.9); */
color: rgba(38, 41, 44, 0.9); /* color: rgba(38, 41, 44, 0.9); */
} }
#waybar.hidden { #waybar.hidden {
@ -67,7 +67,7 @@
} }
#workspaces button { #workspaces button {
color: rgba(38, 41, 44, 0.9); /* color: rgba(38, 41, 44, 0.9); */
padding: 0px 5px; padding: 0px 5px;
opacity: 0.2; opacity: 0.2;
background: transparent; background: transparent;