waybar
This commit is contained in:
parent
950d1f4a7e
commit
37f126cc48
@ -30,3 +30,4 @@ SETUVAR fish_pager_color_description:yellow\x1e\x2di
|
|||||||
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||||
SETUVAR fish_pager_color_selected_background:\x2dr
|
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||||
|
SETUVAR fish_user_paths:/home/deadvey/bin
|
||||||
|
@ -51,7 +51,7 @@ bind = SUPER, M, fullscreen, 1
|
|||||||
bind = SUPER SHIFT, M, fullscreen,
|
bind = SUPER SHIFT, M, fullscreen,
|
||||||
bind = SUPER, V, togglefloating,
|
bind = SUPER, V, togglefloating,
|
||||||
bind = SUPER, Space, exec, fuzzel
|
bind = SUPER, Space, exec, fuzzel
|
||||||
bind = SUPER, P, exec, screenshot
|
bind = SUPER, P, exec, ~/bin/screenshot
|
||||||
bind = SUPER SHIFT, up, exec, pactl set-sink-volume 0 +5%
|
bind = SUPER SHIFT, up, exec, pactl set-sink-volume 0 +5%
|
||||||
bind = SUPER SHIFT, down, exec, pactl set-sink-volume 0 -5%
|
bind = SUPER SHIFT, down, exec, pactl set-sink-volume 0 -5%
|
||||||
bind = SUPER, O, exec, hyprlock
|
bind = SUPER, O, exec, hyprlock
|
||||||
|
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
"height": 30,
|
"height": 30,
|
||||||
"modules-left": ["hyprland/workspaces", "custom/temperature", "cpu", "memory"],
|
"modules-left": ["hyprland/workspaces", "custom/temperature", "cpu", "memory"],
|
||||||
"modules-center": ["custom/time", "hyprland/window"],
|
"modules-center": ["custom/time", "hyprland/window"],
|
||||||
"modules-right": ["custom/metar", "clock", "tray"],
|
"modules-right": ["custom/server-cava", "clock", "tray"],
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"show-special": true,
|
"show-special": true,
|
||||||
@ -24,7 +24,7 @@
|
|||||||
"interval": 1
|
"interval": 1
|
||||||
},
|
},
|
||||||
"custom/temperature": {
|
"custom/temperature": {
|
||||||
"format": " {}",
|
"format": "{} ",
|
||||||
"exec": "sensors | grep 'Tctl:' | sed -E 's/Tctl:[ ]+//' | sed -E 's/[ ]+//'",
|
"exec": "sensors | grep 'Tctl:' | sed -E 's/Tctl:[ ]+//' | sed -E 's/[ ]+//'",
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
},
|
},
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"format": "{}% "
|
"format": "{}% "
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": "{}% "
|
"format": "{}% "
|
||||||
},
|
},
|
||||||
"custom/time": {
|
"custom/time": {
|
||||||
"exec": "bash $HOME/scripts/time.sh --hex",
|
"exec": "bash $HOME/scripts/time.sh --hex",
|
||||||
@ -51,5 +51,10 @@
|
|||||||
"on-click": "reboot",
|
"on-click": "reboot",
|
||||||
"format": "",
|
"format": "",
|
||||||
},
|
},
|
||||||
|
"custom/server-cava": {
|
||||||
|
"exec": "ssh max@192.168.1.193 bash /home/max/caway.sh",
|
||||||
|
"format": "{}",
|
||||||
|
"interval": 1,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -25,48 +25,25 @@ window#waybar.left {
|
|||||||
color: #282828;
|
color: #282828;
|
||||||
background: #ebdbb2;
|
background: #ebdbb2;
|
||||||
}
|
}
|
||||||
#custom-caway {
|
|
||||||
color: #ebdbb2;
|
|
||||||
background: #282828;
|
|
||||||
border: 2px solid #b8bb26;
|
|
||||||
border-radius: 0;
|
|
||||||
box-shadow: 12px 12px 0px 2px #000000;
|
|
||||||
margin: 6px;
|
|
||||||
}
|
|
||||||
#workspaces,
|
#workspaces,
|
||||||
#custom-clock,
|
#custom-clock,
|
||||||
#clock,
|
#clock,
|
||||||
#custom-time,
|
#custom-time,
|
||||||
#network,
|
#network,
|
||||||
#custom-weather,
|
|
||||||
#custom-browser,
|
|
||||||
#custom-terminal,
|
|
||||||
#custom-anki,
|
|
||||||
#custom-keepassxc,
|
|
||||||
#custom-gimp,
|
|
||||||
#custom-writer,
|
|
||||||
#custom-luanti,
|
|
||||||
#custom-nixpkgs,
|
|
||||||
#custom-email,
|
|
||||||
#custom-irc,
|
|
||||||
#disk,
|
#disk,
|
||||||
#memory,
|
#memory,
|
||||||
#cpu,
|
#cpu,
|
||||||
#custom-website,
|
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#custom-metar,
|
#custom-metar,
|
||||||
#custom-uptime,
|
#custom-uptime,
|
||||||
#custom-temperature,
|
|
||||||
#custom-fuzzy-time,
|
|
||||||
#custom-cmus-artist,
|
#custom-cmus-artist,
|
||||||
#custom-cmus-song,
|
#custom-cmus-song,
|
||||||
#custom-playerctl,
|
#custom-playerctl,
|
||||||
#custom-cava-waybar-local,
|
#custom-cava-waybar-local,
|
||||||
#custom-lock,
|
|
||||||
#custom-shutdown,
|
|
||||||
#custom-reboot,
|
|
||||||
#window,
|
#window,
|
||||||
#tray {
|
#custom-temperature,
|
||||||
|
#tray,
|
||||||
|
#custom-server-cava {
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
background: #282828;
|
background: #282828;
|
||||||
border: 2px solid #b8bb26;
|
border: 2px solid #b8bb26;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user