added alot
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
term = xterm-kitty
|
term = xterm-kitty
|
||||||
|
|
||||||
theme = catppuccin-frappe.conf
|
theme = catppuccin-mocha.conf
|
||||||
|
|
||||||
background-opacity = 0.9
|
background-opacity = 0.9
|
||||||
font-size = 26
|
font-size = 26
|
||||||
|
|||||||
23
.config/ghostty/themes/catppuccin-mocha.conf
Normal file
23
.config/ghostty/themes/catppuccin-mocha.conf
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
palette = 0=#45475a
|
||||||
|
palette = 1=#f38ba8
|
||||||
|
palette = 2=#a6e3a1
|
||||||
|
palette = 3=#f9e2af
|
||||||
|
palette = 4=#89b4fa
|
||||||
|
palette = 5=#f5c2e7
|
||||||
|
palette = 6=#94e2d5
|
||||||
|
palette = 7=#a6adc8
|
||||||
|
palette = 8=#585b70
|
||||||
|
palette = 9=#f38ba8
|
||||||
|
palette = 10=#a6e3a1
|
||||||
|
palette = 11=#f9e2af
|
||||||
|
palette = 12=#89b4fa
|
||||||
|
palette = 13=#f5c2e7
|
||||||
|
palette = 14=#94e2d5
|
||||||
|
palette = 15=#bac2de
|
||||||
|
background = 1e1e2e
|
||||||
|
foreground = cdd6f4
|
||||||
|
cursor-color = f5e0dc
|
||||||
|
cursor-text = 11111b
|
||||||
|
selection-background = 353749
|
||||||
|
selection-foreground = cdd6f4
|
||||||
|
split-divider-color = 313244
|
||||||
48
.config/home-manager/flake.lock
generated
Normal file
48
.config/home-manager/flake.lock
generated
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
{
|
||||||
|
"nodes": {
|
||||||
|
"home-manager": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1764534535,
|
||||||
|
"narHash": "sha256-TkAB7JTfQXq8wpBcCZ8cH/Dlkd/96J0VjFKqwhKl7kI=",
|
||||||
|
"owner": "nix-community",
|
||||||
|
"repo": "home-manager",
|
||||||
|
"rev": "784a83782ce00985bee65c588d4c315ec0b5a172",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nix-community",
|
||||||
|
"repo": "home-manager",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nixpkgs": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1764242076,
|
||||||
|
"narHash": "sha256-sKoIWfnijJ0+9e4wRvIgm/HgE27bzwQxcEmo2J/gNpI=",
|
||||||
|
"owner": "nixos",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "2fad6eac6077f03fe109c4d4eb171cf96791faa4",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nixos",
|
||||||
|
"ref": "nixos-unstable",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"root": {
|
||||||
|
"inputs": {
|
||||||
|
"home-manager": "home-manager",
|
||||||
|
"nixpkgs": "nixpkgs"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"root": "root",
|
||||||
|
"version": 7
|
||||||
|
}
|
||||||
@@ -2,19 +2,19 @@
|
|||||||
user = "robin";
|
user = "robin";
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "robin"
|
userName = "robin";
|
||||||
userEmail = "robin@mail.com"
|
userEmail = "robin@mail.com";
|
||||||
aliases = {
|
aliases = {
|
||||||
pu = "push";
|
pu = "push";
|
||||||
co = "checkout";
|
co = "checkout";
|
||||||
cm = "commit";
|
cm = "commit";
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme.name = "catppuccin-frappe-pink-compact"
|
theme.name = "catppuccin-frappe-pink-compact";
|
||||||
cursorTheme.name = "Bibata-Modern-Classic"
|
cursorTheme.name = "Bibata-Modern-Classic";
|
||||||
iconTheme.name = "Colloid-Dark"
|
iconTheme.name = "Colloid-Dark";
|
||||||
};
|
};
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -25,15 +25,15 @@
|
|||||||
shellAliases = {
|
shellAliases = {
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
update = "sudo nixos-rebuild switch";
|
update = "sudo nixos-rebuild switch";
|
||||||
alias vim="nvim";
|
alias vim = "nvim";
|
||||||
alias cls="clear";
|
alias cls = "clear";
|
||||||
alias femboy="echo '$USER is a femboy'";
|
alias femboy = "echo '$USER is a femboy'";
|
||||||
alias shut="shutdown now";
|
alias shut = "shutdown now";
|
||||||
alias re="reboot";
|
alias re = "reboot";
|
||||||
alias ls="exa";
|
alias ls = "exa";
|
||||||
alias switchhack="fusee-nano ~/Downloads/switchhack/hekate_ctcaer_6.3.0.bin";
|
alias switchhack = "fusee-nano ~/Downloads/switchhack/hekate_ctcaer_6.3.0.bin";
|
||||||
alias ssh_t='(){ ssh $1 -t tmux;}';
|
alias ssh_t = '(){ ssh $1 -t tmux;}';
|
||||||
alias sshserver="ssh -i ~/.ssh/GlaServer00 glala@81.21.121.109";
|
alias sshserver = "ssh -i ~/.ssh/GlaServer00 glala@81.21.121.109";
|
||||||
};
|
};
|
||||||
history.size = 10000;
|
history.size = 10000;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
ecosystem:no_update_news = true
|
||||||
|
|
||||||
monitor=DP-3,2560x1440@144,0x0,1
|
monitor=DP-3,2560x1440@144,0x0,1
|
||||||
monitor=DP-2,1680x1050@59,-1680x0,1
|
monitor=DP-2,1680x1050@59,-1680x0,1
|
||||||
@@ -30,8 +31,8 @@ input {
|
|||||||
general {
|
general {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
gaps_workspaces = 0
|
gaps_workspaces = 0
|
||||||
gaps_in = 8
|
gaps_in = 4
|
||||||
gaps_out = 8
|
gaps_out = 4
|
||||||
border_size = 2
|
border_size = 2
|
||||||
col.active_border = rgba(f7f7f7aa) rgba(d3eec5aa) 45deg
|
col.active_border = rgba(f7f7f7aa) rgba(d3eec5aa) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
@@ -41,7 +42,7 @@ general {
|
|||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
rounding = 12
|
rounding = 8
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
@@ -88,7 +89,7 @@ bind = $mainMod SHIFT, R, exec, pkill waybar; waybar
|
|||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, W, exec, pavucontrol
|
bind = $mainMod, W, exec, pavucontrol
|
||||||
bind = $mainMod, O, togglesplit, # dwindle
|
bind = $mainMod, O, togglesplit, # dwindle
|
||||||
bind = $mainMod, F, exec, zen
|
bind = $mainMod, F, exec, zen-beta
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, H, movefocus, l
|
bind = $mainMod, H, movefocus, l
|
||||||
@@ -155,9 +156,6 @@ submap=reset
|
|||||||
|
|
||||||
exec-once=kdeconnectd
|
exec-once=kdeconnectd
|
||||||
|
|
||||||
## network mount
|
|
||||||
#exec-once=sudo mkdir /run/media/glala/fileserver;sudo chown glala /run/media/glala/fileserver ;rclone mount --vfs-cache-mode writes --no-check-certificate --dir-cache-time 5s raspberrypi-dav: /run/media/glala/fileserver/ --no-check-certificate
|
|
||||||
|
|
||||||
##network manager
|
##network manager
|
||||||
#exec-once=nm-applet
|
#exec-once=nm-applet
|
||||||
|
|
||||||
@@ -178,7 +176,6 @@ exec-once=kanata -c ~/.config/kanata/config.kbd
|
|||||||
##status bar
|
##status bar
|
||||||
exec-once=waybar
|
exec-once=waybar
|
||||||
|
|
||||||
exec-once=systemctl --user start sunshine
|
|
||||||
exec-once=openrgb --startminimized
|
exec-once=openrgb --startminimized
|
||||||
#exec-once=sleep 2 && killall openrgb
|
#exec-once=sleep 2 && killall openrgb
|
||||||
##authentication client
|
##authentication client
|
||||||
@@ -189,10 +186,10 @@ exec-once=/usr/lib/polkit-kde-authentication-agent-1
|
|||||||
exec-once=swww-daemon
|
exec-once=swww-daemon
|
||||||
|
|
||||||
##screenshare
|
##screenshare
|
||||||
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
#windowrule = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
#windowrule = noanim,class:^(xwaylandvideobridge)$
|
||||||
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
#windowrule = nofocus,class:^(xwaylandvideobridge)$
|
||||||
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
#windowrule = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||||
|
|
||||||
##dbus
|
##dbus
|
||||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ animations {
|
|||||||
|
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = ~/Pictures/wallpapers/frierens-staff-3840x2160-20067.jpg
|
path = ~/Pictures/wallpapers/frieren-beyond-journeys-end-7p-2560x1440.jpg
|
||||||
blur_passes = 3
|
blur_passes = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ input-field {
|
|||||||
rounding = 15
|
rounding = 15
|
||||||
|
|
||||||
font_family = $font
|
font_family = $font
|
||||||
placeholder_text = Input password...
|
placeholder_text = password
|
||||||
fail_text = $PAMFAIL
|
fail_text = $PAMFAIL
|
||||||
|
|
||||||
# uncomment to use a letter instead of a dot to indicate the typed password
|
# uncomment to use a letter instead of a dot to indicate the typed password
|
||||||
@@ -65,7 +65,7 @@ input-field {
|
|||||||
# uncomment to use an input indicator that does not show the password length (similar to swaylock's input indicator)
|
# uncomment to use an input indicator that does not show the password length (similar to swaylock's input indicator)
|
||||||
# hide_input = true
|
# hide_input = true
|
||||||
|
|
||||||
position = 0, -20
|
position = 0, -90
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
}
|
}
|
||||||
@@ -74,11 +74,11 @@ input-field {
|
|||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = $TIME # ref. https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/#variable-substitution
|
text = $TIME # ref. https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/#variable-substitution
|
||||||
font_size = 90
|
font_size = 220
|
||||||
font_family = $font
|
font_family = $font
|
||||||
|
|
||||||
position = -30, 0
|
position = -30, -30
|
||||||
halign = right
|
halign = center
|
||||||
valign = top
|
valign = top
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@ label {
|
|||||||
font_size = 25
|
font_size = 25
|
||||||
font_family = $font
|
font_family = $font
|
||||||
|
|
||||||
position = -30, -150
|
position = -30, -340
|
||||||
halign = right
|
halign = center
|
||||||
valign = top
|
valign = top
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,20 +1,20 @@
|
|||||||
@define-color foreground #C6D0F5;
|
@define-color foreground #cdd6f4;
|
||||||
@define-color background #303446;
|
@define-color background #1e1e2e;
|
||||||
@define-color cursor @color1;
|
@define-color cursor @color1;
|
||||||
|
|
||||||
@define-color color0 #C6D0F5;
|
@define-color color0 #C6D0F5;
|
||||||
@define-color color1 #F2D5CF;
|
@define-color color1 #f5e0dc;
|
||||||
@define-color color2 #EEBEBE;
|
@define-color color2 #f2cdcd;
|
||||||
@define-color color3 #F4B8E4;
|
@define-color color3 #f5c2e7;
|
||||||
@define-color color4 #CA9EE6;
|
@define-color color4 #cba6f7;
|
||||||
@define-color color5 #E78284;
|
@define-color color5 #f38ba8;
|
||||||
@define-color color6 #EA999C;
|
@define-color color6 #eba0ac;
|
||||||
@define-color color7 @color0;
|
@define-color color7 @color0;
|
||||||
@define-color color8 #EF9F76;
|
@define-color color8 #fab387;
|
||||||
@define-color color9 #E5C890;
|
@define-color color9 #f9e2af;
|
||||||
@define-color color10 #A6D189;
|
@define-color color10 #a6e3a1;
|
||||||
@define-color color11 #81C8BE;
|
@define-color color11 #94e2d5;
|
||||||
@define-color color12 #99D1DB;
|
@define-color color12 #89dceb;
|
||||||
@define-color color13 #85C1DC;
|
@define-color color13 #74c7ec;
|
||||||
@define-color color14 #8CAAEE;
|
@define-color color14 #89b4fa;
|
||||||
@define-color color15 #BABBF1;
|
@define-color color15 #b4befe;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.4 KiB |
@@ -11,22 +11,22 @@ window#waybar{
|
|||||||
padding:9px;
|
padding:9px;
|
||||||
margin:10 10 5 10;
|
margin:10 10 5 10;
|
||||||
border-radius:9px;
|
border-radius:9px;
|
||||||
background: alpha(@background,0.9);
|
background: alpha(@background,0.6);
|
||||||
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
|
box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
|
||||||
}
|
}
|
||||||
.modules-center {
|
.modules-center {
|
||||||
padding:9px;
|
padding:9px;
|
||||||
margin:10 10 5 5;
|
margin:10 10 5 5;
|
||||||
border-radius:9px;
|
border-radius:9px;
|
||||||
background: alpha(@background,0.9);
|
background: alpha(@background,0.6);
|
||||||
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
|
box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
|
||||||
}
|
}
|
||||||
.modules-right {
|
.modules-right {
|
||||||
padding:9px;
|
padding:9px;
|
||||||
margin: 10 10 5 0;
|
margin: 10 10 5 0;
|
||||||
border-radius:9px;
|
border-radius:9px;
|
||||||
background: alpha(@background,0.9);
|
background: alpha(@background,0.6);
|
||||||
box-shadow: 2px 2px 2px rgba(0, 0, 0, .9);
|
box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
|
||||||
}
|
}
|
||||||
tooltip {
|
tooltip {
|
||||||
background:@background;
|
background:@background;
|
||||||
|
|||||||
@@ -1,132 +0,0 @@
|
|||||||
{
|
|
||||||
"layer": "top",
|
|
||||||
"position": "top",
|
|
||||||
"reload_style_on_change": true,
|
|
||||||
"modules-left": ["custom/notification","clock","custom/pacman","tray"],
|
|
||||||
"modules-center": ["hyprland/workspaces"],
|
|
||||||
"modules-right": ["group/expand","bluetooth","network","battery"],
|
|
||||||
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"format-icons": {
|
|
||||||
"active": "",
|
|
||||||
"default": "",
|
|
||||||
"empty": ""
|
|
||||||
},
|
|
||||||
"persistent-workspaces": {
|
|
||||||
"*": [ 1,2,3,4,5 ]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"custom/notification": {
|
|
||||||
"tooltip": false,
|
|
||||||
"format": "",
|
|
||||||
"on-click": "swaync-client -t -sw",
|
|
||||||
"escape": true
|
|
||||||
},
|
|
||||||
"clock": {
|
|
||||||
"format": "{:%I:%M:%S %p} ",
|
|
||||||
"interval": 1,
|
|
||||||
"tooltip-format": "<tt>{calendar}</tt>",
|
|
||||||
"calendar": {
|
|
||||||
"format": {
|
|
||||||
"today": "<span color='#fAfBfC'><b>{}</b></span>"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"actions": {
|
|
||||||
"on-click-right": "shift_down",
|
|
||||||
"on-click": "shift_up"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"network": {
|
|
||||||
"format-wifi": "",
|
|
||||||
"format-ethernet":"",
|
|
||||||
"format-disconnected": "",
|
|
||||||
"tooltip-format-disconnected": "Error",
|
|
||||||
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
|
|
||||||
"tooltip-format-ethernet": "{ifname} 🖧 ",
|
|
||||||
"on-click": "kitty nmtui"
|
|
||||||
},
|
|
||||||
"bluetooth": {
|
|
||||||
"format-on": "",
|
|
||||||
"format-off": "BT-off",
|
|
||||||
"format-disabled": "",
|
|
||||||
"format-connected-battery": "{device_battery_percentage}% ",
|
|
||||||
"format-alt": "{device_alias} ",
|
|
||||||
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
|
||||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
|
||||||
"tooltip-format-enumerate-connected": "{device_alias}\n{device_address}",
|
|
||||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\n{device_address}\n{device_battery_percentage}%",
|
|
||||||
"on-click-right": "blueman-manager",
|
|
||||||
},
|
|
||||||
"battery": {
|
|
||||||
"interval":30,
|
|
||||||
"states": {
|
|
||||||
"good": 95,
|
|
||||||
"warning": 30,
|
|
||||||
"critical": 20
|
|
||||||
},
|
|
||||||
"format": "{capacity}% {icon}",
|
|
||||||
"format-charging": "{capacity}% ",
|
|
||||||
"format-plugged": "{capacity}% ",
|
|
||||||
"format-alt": "{time} {icon}",
|
|
||||||
"format-icons": [
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
},
|
|
||||||
"custom/pacman": {
|
|
||||||
"format": " {}",
|
|
||||||
"interval": 30,
|
|
||||||
"exec": "checkupdates | wc -l",
|
|
||||||
"exec-if": "exit 0",
|
|
||||||
"on-click": "kitty sh -c 'yay -Syu; echo Done - Press enter to exit; read'; pkill -SIGRTMIN+8 waybar",
|
|
||||||
"signal": 8,
|
|
||||||
"tooltip": false,
|
|
||||||
},
|
|
||||||
"custom/expand": {
|
|
||||||
"format": "",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"custom/endpoint":{
|
|
||||||
"format": "|",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"group/expand": {
|
|
||||||
"orientation": "horizontal",
|
|
||||||
"drawer": {
|
|
||||||
"transition-duration": 600,
|
|
||||||
"transition-to-left": true,
|
|
||||||
"click-to-reveal": true
|
|
||||||
},
|
|
||||||
"modules": ["custom/expand", "custom/colorpicker","cpu","memory","temperature","custom/endpoint"],
|
|
||||||
},
|
|
||||||
"custom/colorpicker": {
|
|
||||||
"format": "{}",
|
|
||||||
"return-type": "json",
|
|
||||||
"interval": "once",
|
|
||||||
"exec": "~/.config/waybar/scripts/colorpicker.sh -j",
|
|
||||||
"on-click": "~/.config/waybar/scripts/colorpicker.sh",
|
|
||||||
"signal": 1
|
|
||||||
},
|
|
||||||
"cpu": {
|
|
||||||
"format": "",
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
"memory": {
|
|
||||||
"format": ""
|
|
||||||
},
|
|
||||||
"temperature": {
|
|
||||||
"critical-threshold": 80,
|
|
||||||
"format": "",
|
|
||||||
},
|
|
||||||
"tray": {
|
|
||||||
"icon-size": 14,
|
|
||||||
"spacing": 10
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,167 +0,0 @@
|
|||||||
@import url('../../.cache/wal/colors-waybar.css');
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-size:15px;
|
|
||||||
font-family: "CodeNewRoman Nerd Font Propo";
|
|
||||||
}
|
|
||||||
window#waybar{
|
|
||||||
all:unset;
|
|
||||||
}
|
|
||||||
.modules-left {
|
|
||||||
padding:7px;
|
|
||||||
margin:10 0 5 10;
|
|
||||||
border-radius:10px;
|
|
||||||
background: alpha(@background,.6);
|
|
||||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
|
||||||
}
|
|
||||||
.modules-center {
|
|
||||||
padding:7px;
|
|
||||||
margin:10 0 5 0;
|
|
||||||
border-radius:10px;
|
|
||||||
background: alpha(@background,.6);
|
|
||||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
|
||||||
}
|
|
||||||
.modules-right {
|
|
||||||
padding:7px;
|
|
||||||
margin: 10 10 5 0;
|
|
||||||
border-radius:10px;
|
|
||||||
background: alpha(@background,.6);
|
|
||||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
|
||||||
}
|
|
||||||
tooltip {
|
|
||||||
background:@background;
|
|
||||||
color: @color7;
|
|
||||||
}
|
|
||||||
#clock:hover, #custom-pacman:hover, #custom-notification:hover,#bluetooth:hover,#network:hover,#battery:hover, #cpu:hover,#memory:hover,#temperature:hover{
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color9;
|
|
||||||
}
|
|
||||||
#custom-notification {
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
}
|
|
||||||
#clock{
|
|
||||||
padding: 0px 5px;
|
|
||||||
color:@color7;
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
#custom-pacman{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
}
|
|
||||||
#workspaces {
|
|
||||||
padding: 0px 5px;
|
|
||||||
}
|
|
||||||
#workspaces button {
|
|
||||||
all:unset;
|
|
||||||
padding: 0px 5px;
|
|
||||||
color: alpha(@color9,.4);
|
|
||||||
transition: all .2s ease;
|
|
||||||
}
|
|
||||||
#workspaces button:hover {
|
|
||||||
color:rgba(0,0,0,0);
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, .5);
|
|
||||||
transition: all 1s ease;
|
|
||||||
}
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @color9;
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
|
|
||||||
}
|
|
||||||
#workspaces button.empty {
|
|
||||||
color: rgba(0,0,0,0);
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, .2);
|
|
||||||
}
|
|
||||||
#workspaces button.empty:hover {
|
|
||||||
color: rgba(0,0,0,0);
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, .5);
|
|
||||||
transition: all 1s ease;
|
|
||||||
}
|
|
||||||
#workspaces button.empty.active {
|
|
||||||
color: @color9;
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
|
|
||||||
}
|
|
||||||
#bluetooth{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
}
|
|
||||||
#network{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
}
|
|
||||||
#battery{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
#battery.charging {
|
|
||||||
color: #26A65B;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.warning:not(.charging) {
|
|
||||||
color: #ffbe61;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 0.5s;
|
|
||||||
animation-timing-function: linear;
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
#group-expand{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
#custom-expand{
|
|
||||||
padding: 0px 5px;
|
|
||||||
color:alpha(@foreground,.2);
|
|
||||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, .7);
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
#custom-expand:hover{
|
|
||||||
color:rgba(255,255,255,.2);
|
|
||||||
text-shadow: 0px 0px 2px rgba(255, 255, 255, .5);
|
|
||||||
}
|
|
||||||
#custom-colorpicker{
|
|
||||||
padding: 0px 5px;
|
|
||||||
}
|
|
||||||
#cpu,#memory,#temperature{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
}
|
|
||||||
#custom-endpoint{
|
|
||||||
color:transparent;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 1);
|
|
||||||
|
|
||||||
}
|
|
||||||
#tray{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
|
|
||||||
}
|
|
||||||
#tray menu * {
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray menu separator {
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
@@ -1,132 +0,0 @@
|
|||||||
{
|
|
||||||
"layer": "top",
|
|
||||||
"position": "top",
|
|
||||||
"reload_style_on_change": true,
|
|
||||||
"modules-left": ["custom/notification","clock","custom/pacman","tray"],
|
|
||||||
"modules-center": ["hyprland/workspaces"],
|
|
||||||
"modules-right": ["group/expand","bluetooth","network","battery"],
|
|
||||||
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"format-icons": {
|
|
||||||
"active": "",
|
|
||||||
"default": "",
|
|
||||||
"empty": ""
|
|
||||||
},
|
|
||||||
"persistent-workspaces": {
|
|
||||||
"*": [ 1,2,3,4,5 ]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"custom/notification": {
|
|
||||||
"tooltip": false,
|
|
||||||
"format": "",
|
|
||||||
"on-click": "swaync-client -t -sw",
|
|
||||||
"escape": true
|
|
||||||
},
|
|
||||||
"clock": {
|
|
||||||
"format": "{:%I:%M:%S %p} ",
|
|
||||||
"interval": 1,
|
|
||||||
"tooltip-format": "<tt>{calendar}</tt>",
|
|
||||||
"calendar": {
|
|
||||||
"format": {
|
|
||||||
"today": "<span color='#fAfBfC'><b>{}</b></span>"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"actions": {
|
|
||||||
"on-click-right": "shift_down",
|
|
||||||
"on-click": "shift_up"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"network": {
|
|
||||||
"format-wifi": "",
|
|
||||||
"format-ethernet":"",
|
|
||||||
"format-disconnected": "",
|
|
||||||
"tooltip-format-disconnected": "Error",
|
|
||||||
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
|
|
||||||
"tooltip-format-ethernet": "{ifname} 🖧 ",
|
|
||||||
"on-click": "kitty nmtui"
|
|
||||||
},
|
|
||||||
"bluetooth": {
|
|
||||||
"format-on": "",
|
|
||||||
"format-off": "BT-off",
|
|
||||||
"format-disabled": "",
|
|
||||||
"format-connected-battery": "{device_battery_percentage}% ",
|
|
||||||
"format-alt": "{device_alias} ",
|
|
||||||
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
|
||||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
|
||||||
"tooltip-format-enumerate-connected": "{device_alias}\n{device_address}",
|
|
||||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\n{device_address}\n{device_battery_percentage}%",
|
|
||||||
"on-click-right": "blueman-manager",
|
|
||||||
},
|
|
||||||
"battery": {
|
|
||||||
"interval":30,
|
|
||||||
"states": {
|
|
||||||
"good": 95,
|
|
||||||
"warning": 30,
|
|
||||||
"critical": 20
|
|
||||||
},
|
|
||||||
"format": "{capacity}% {icon}",
|
|
||||||
"format-charging": "{capacity}% ",
|
|
||||||
"format-plugged": "{capacity}% ",
|
|
||||||
"format-alt": "{time} {icon}",
|
|
||||||
"format-icons": [
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
},
|
|
||||||
"custom/pacman": {
|
|
||||||
"format": " {}",
|
|
||||||
"interval": 30,
|
|
||||||
"exec": "checkupdates | wc -l",
|
|
||||||
"exec-if": "exit 0",
|
|
||||||
"on-click": "kitty sh -c 'yay -Syu; echo Done - Press enter to exit; read'; pkill -SIGRTMIN+8 waybar",
|
|
||||||
"signal": 8,
|
|
||||||
"tooltip": false,
|
|
||||||
},
|
|
||||||
"custom/expand": {
|
|
||||||
"format": "",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"custom/endpoint":{
|
|
||||||
"format": "|",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"group/expand": {
|
|
||||||
"orientation": "horizontal",
|
|
||||||
"drawer": {
|
|
||||||
"transition-duration": 600,
|
|
||||||
"transition-to-left": true,
|
|
||||||
"click-to-reveal": true
|
|
||||||
},
|
|
||||||
"modules": ["custom/expand", "custom/colorpicker","cpu","memory","temperature","custom/endpoint"],
|
|
||||||
},
|
|
||||||
"custom/colorpicker": {
|
|
||||||
"format": "{}",
|
|
||||||
"return-type": "json",
|
|
||||||
"interval": "once",
|
|
||||||
"exec": "~/.config/waybar/scripts/colorpicker.sh -j",
|
|
||||||
"on-click": "~/.config/waybar/scripts/colorpicker.sh",
|
|
||||||
"signal": 1
|
|
||||||
},
|
|
||||||
"cpu": {
|
|
||||||
"format": "",
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
"memory": {
|
|
||||||
"format": ""
|
|
||||||
},
|
|
||||||
"temperature": {
|
|
||||||
"critical-threshold": 80,
|
|
||||||
"format": "",
|
|
||||||
},
|
|
||||||
"tray": {
|
|
||||||
"icon-size": 14,
|
|
||||||
"spacing": 10
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,182 +0,0 @@
|
|||||||
@import url('../../.cache/wal/colors-waybar.css');
|
|
||||||
* {
|
|
||||||
font-size:15px;
|
|
||||||
font-family: "CodeNewRoman Nerd Font Propo";
|
|
||||||
}
|
|
||||||
window#waybar{
|
|
||||||
all:unset;
|
|
||||||
}
|
|
||||||
.modules-left {
|
|
||||||
padding:7px;
|
|
||||||
margin:10 0 5 10;
|
|
||||||
border-radius:10px;
|
|
||||||
background: alpha(@background,.6);
|
|
||||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
|
||||||
}
|
|
||||||
.modules-center {
|
|
||||||
padding:7px;
|
|
||||||
margin:10 0 5 0;
|
|
||||||
border-radius:10px;
|
|
||||||
background: alpha(@background,.6);
|
|
||||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
|
||||||
min-width: 150.5px;
|
|
||||||
}
|
|
||||||
.modules-right {
|
|
||||||
padding:7px;
|
|
||||||
margin: 10 10 5 0;
|
|
||||||
border-radius:10px;
|
|
||||||
background: alpha(@background,.6);
|
|
||||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
|
||||||
}
|
|
||||||
tooltip {
|
|
||||||
background:@background;
|
|
||||||
color: @color7;
|
|
||||||
}
|
|
||||||
#clock:hover, #custom-pacman:hover, #custom-notification:hover,#bluetooth:hover,#network:hover,#battery:hover, #cpu:hover,#memory:hover,#temperature:hover{
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color9;
|
|
||||||
}
|
|
||||||
#custom-notification {
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
}
|
|
||||||
#clock{
|
|
||||||
padding: 0px 5px;
|
|
||||||
color:@color7;
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
#custom-pacman{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces {
|
|
||||||
padding: 0px 5px;
|
|
||||||
text-shadow:none;
|
|
||||||
}
|
|
||||||
#workspaces button {
|
|
||||||
all:unset;
|
|
||||||
margin: 0px 3px;
|
|
||||||
padding: 0px 2px;
|
|
||||||
color:rgba(0,0,0,0);
|
|
||||||
text-shadow:none;
|
|
||||||
background: @color2;
|
|
||||||
border-radius: 50%;
|
|
||||||
transition: all .3s;
|
|
||||||
min-width: 15px;
|
|
||||||
}
|
|
||||||
#workspaces button:hover {
|
|
||||||
color:rgba(0,0,0,0);
|
|
||||||
border: none;
|
|
||||||
background: @color1;
|
|
||||||
}
|
|
||||||
#workspaces button.active {
|
|
||||||
border: none;
|
|
||||||
padding: 0px 2px;
|
|
||||||
border-radius:10px;
|
|
||||||
background: @color1;
|
|
||||||
min-width: 30px;
|
|
||||||
}
|
|
||||||
#workspaces button.active:hover{
|
|
||||||
background: @color2;
|
|
||||||
}
|
|
||||||
#workspaces button.empty {
|
|
||||||
color: transparent;
|
|
||||||
border: none;
|
|
||||||
background: alpha(@background,.5) ;
|
|
||||||
|
|
||||||
}
|
|
||||||
#workspaces button.empty:hover {
|
|
||||||
color: rgba(0,0,0,0);
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, .5);
|
|
||||||
}
|
|
||||||
#workspaces button.empty.active {
|
|
||||||
color: rgba(0,0,0,0);
|
|
||||||
border: none;
|
|
||||||
text-shadow: none;
|
|
||||||
background: @color1;
|
|
||||||
}
|
|
||||||
#workspaces button.empty.active:hover{
|
|
||||||
background: @color2;
|
|
||||||
}
|
|
||||||
#bluetooth{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
}
|
|
||||||
#network{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
}
|
|
||||||
#battery{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
#battery.charging {
|
|
||||||
color: #26A65B;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.warning:not(.charging) {
|
|
||||||
color: #ffbe61;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 0.5s;
|
|
||||||
animation-timing-function: linear;
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
#group-expand{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
#custom-expand{
|
|
||||||
padding: 0px 5px;
|
|
||||||
color:alpha(@foreground,.2);
|
|
||||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, .7);
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
#custom-expand:hover{
|
|
||||||
color:rgba(255,255,255,.2);
|
|
||||||
text-shadow: 0px 0px 2px rgba(255, 255, 255, .5);
|
|
||||||
}
|
|
||||||
#custom-colorpicker{
|
|
||||||
padding: 0px 5px;
|
|
||||||
}
|
|
||||||
#cpu,#memory,#temperature{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
}
|
|
||||||
#custom-endpoint{
|
|
||||||
color:transparent;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 1);
|
|
||||||
|
|
||||||
}
|
|
||||||
#tray{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
|
|
||||||
}
|
|
||||||
#tray menu * {
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray menu separator {
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
@@ -1,136 +0,0 @@
|
|||||||
{
|
|
||||||
"layer": "top",
|
|
||||||
"position": "top",
|
|
||||||
"margin-left": 10,
|
|
||||||
"margin-right": 10,
|
|
||||||
"margin-top": 7,
|
|
||||||
"margin-bottom": 0,
|
|
||||||
"reload_style_on_change": true,
|
|
||||||
"modules-left": ["custom/notification","clock","custom/pacman","tray"],
|
|
||||||
"modules-center": ["hyprland/workspaces"],
|
|
||||||
"modules-right": ["group/expand","bluetooth","network","battery"],
|
|
||||||
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"format-icons": {
|
|
||||||
"active": "",
|
|
||||||
"default": "",
|
|
||||||
"empty": ""
|
|
||||||
},
|
|
||||||
"persistent-workspaces": {
|
|
||||||
"*": [ 1,2,3,4,5 ]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"custom/notification": {
|
|
||||||
"tooltip": false,
|
|
||||||
"format": "",
|
|
||||||
"on-click": "swaync-client -t -sw",
|
|
||||||
"escape": true
|
|
||||||
},
|
|
||||||
"clock": {
|
|
||||||
"format": "{:%I:%M:%S %p} ",
|
|
||||||
"interval": 1,
|
|
||||||
"tooltip-format": "<tt>{calendar}</tt>",
|
|
||||||
"calendar": {
|
|
||||||
"format": {
|
|
||||||
"today": "<span color='#fAfBfC'><b>{}</b></span>"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"actions": {
|
|
||||||
"on-click-right": "shift_down",
|
|
||||||
"on-click": "shift_up"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"network": {
|
|
||||||
"format-wifi": "",
|
|
||||||
"format-ethernet":"",
|
|
||||||
"format-disconnected": "",
|
|
||||||
"tooltip-format-disconnected": "Error",
|
|
||||||
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
|
|
||||||
"tooltip-format-ethernet": "{ifname} 🖧 ",
|
|
||||||
"on-click": "kitty nmtui"
|
|
||||||
},
|
|
||||||
"bluetooth": {
|
|
||||||
"format-on": "",
|
|
||||||
"format-off": "BT-off",
|
|
||||||
"format-disabled": "",
|
|
||||||
"format-connected-battery": "{device_battery_percentage}% ",
|
|
||||||
"format-alt": "{device_alias} ",
|
|
||||||
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
|
||||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
|
||||||
"tooltip-format-enumerate-connected": "{device_alias}\n{device_address}",
|
|
||||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\n{device_address}\n{device_battery_percentage}%",
|
|
||||||
"on-click-right": "blueman-manager",
|
|
||||||
},
|
|
||||||
"battery": {
|
|
||||||
"interval":30,
|
|
||||||
"states": {
|
|
||||||
"good": 95,
|
|
||||||
"warning": 30,
|
|
||||||
"critical": 20
|
|
||||||
},
|
|
||||||
"format": "{capacity}% {icon}",
|
|
||||||
"format-charging": "{capacity}% ",
|
|
||||||
"format-plugged": "{capacity}% ",
|
|
||||||
"format-alt": "{time} {icon}",
|
|
||||||
"format-icons": [
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
},
|
|
||||||
"custom/pacman": {
|
|
||||||
"format": " {}",
|
|
||||||
"interval": 30,
|
|
||||||
"exec": "checkupdates | wc -l",
|
|
||||||
"exec-if": "exit 0",
|
|
||||||
"on-click": "kitty sh -c 'yay -Syu; echo Done - Press enter to exit; read'; pkill -SIGRTMIN+8 waybar",
|
|
||||||
"signal": 8,
|
|
||||||
"tooltip": false,
|
|
||||||
},
|
|
||||||
"custom/expand": {
|
|
||||||
"format": "",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"custom/endpoint":{
|
|
||||||
"format": "|",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"group/expand": {
|
|
||||||
"orientation": "horizontal",
|
|
||||||
"drawer": {
|
|
||||||
"transition-duration": 600,
|
|
||||||
"transition-to-left": true,
|
|
||||||
"click-to-reveal": true
|
|
||||||
},
|
|
||||||
"modules": ["custom/expand", "custom/colorpicker","cpu","memory","temperature","custom/endpoint"],
|
|
||||||
},
|
|
||||||
"custom/colorpicker": {
|
|
||||||
"format": "{}",
|
|
||||||
"return-type": "json",
|
|
||||||
"interval": "once",
|
|
||||||
"exec": "~/.config/waybar/scripts/colorpicker.sh -j",
|
|
||||||
"on-click": "~/.config/waybar/scripts/colorpicker.sh",
|
|
||||||
"signal": 1
|
|
||||||
},
|
|
||||||
"cpu": {
|
|
||||||
"format": "",
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
"memory": {
|
|
||||||
"format": ""
|
|
||||||
},
|
|
||||||
"temperature": {
|
|
||||||
"critical-threshold": 80,
|
|
||||||
"format": "",
|
|
||||||
},
|
|
||||||
"tray": {
|
|
||||||
"icon-size": 14,
|
|
||||||
"spacing": 10
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,149 +0,0 @@
|
|||||||
|
|
||||||
@import url('../../.cache/wal/colors-waybar.css');
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-size:15px;
|
|
||||||
font-family: "CodeNewRoman Nerd Font Propo";
|
|
||||||
}
|
|
||||||
window#waybar{
|
|
||||||
border-radius:10px;
|
|
||||||
background: alpha(@background,.6);
|
|
||||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
|
||||||
}
|
|
||||||
tooltip {
|
|
||||||
background:@background;
|
|
||||||
color: @color7;
|
|
||||||
}
|
|
||||||
#clock:hover, #custom-pacman:hover, #custom-notification:hover,#bluetooth:hover,#network:hover,#battery:hover, #cpu:hover,#memory:hover,#temperature:hover{
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color9;
|
|
||||||
}
|
|
||||||
#custom-notification {
|
|
||||||
padding: 0px 5px 0 10;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
}
|
|
||||||
#clock{
|
|
||||||
padding: 0px 5px;
|
|
||||||
color:@color7;
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
#custom-pacman{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
}
|
|
||||||
#workspaces {
|
|
||||||
padding: 7px 5px;
|
|
||||||
}
|
|
||||||
#workspaces button {
|
|
||||||
all:unset;
|
|
||||||
padding: 0px 5px;
|
|
||||||
color: alpha(@color9,.4);
|
|
||||||
transition: all .2s ease;
|
|
||||||
}
|
|
||||||
#workspaces button:hover {
|
|
||||||
color:rgba(0,0,0,0);
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, .5);
|
|
||||||
transition: all 1s ease;
|
|
||||||
}
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @color9;
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
|
|
||||||
}
|
|
||||||
#workspaces button.empty {
|
|
||||||
color: rgba(0,0,0,0);
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, .2);
|
|
||||||
}
|
|
||||||
#workspaces button.empty:hover {
|
|
||||||
color: rgba(0,0,0,0);
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, .5);
|
|
||||||
transition: all 1s ease;
|
|
||||||
}
|
|
||||||
#workspaces button.empty.active {
|
|
||||||
color: @color9;
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
|
|
||||||
}
|
|
||||||
#bluetooth{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
}
|
|
||||||
#network{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
}
|
|
||||||
#battery{
|
|
||||||
padding: 0px 10px 0 5;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
#battery.charging {
|
|
||||||
color: #26A65B;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.warning:not(.charging) {
|
|
||||||
color: #ffbe61;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
|
||||||
color: #f53c3c;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 0.5s;
|
|
||||||
animation-timing-function: linear;
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
||||||
#group-expand{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
#custom-expand{
|
|
||||||
padding: 0px 5px;
|
|
||||||
color:alpha(@foreground,.2);
|
|
||||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, .7);
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
#custom-expand:hover{
|
|
||||||
color:rgba(255,255,255,.2);
|
|
||||||
text-shadow: 0px 0px 2px rgba(255, 255, 255, .5);
|
|
||||||
}
|
|
||||||
#custom-colorpicker{
|
|
||||||
padding: 0px 5px;
|
|
||||||
}
|
|
||||||
#cpu,#memory,#temperature{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
color:@color7;
|
|
||||||
|
|
||||||
}
|
|
||||||
#custom-endpoint{
|
|
||||||
color:transparent;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 1);
|
|
||||||
|
|
||||||
}
|
|
||||||
#tray{
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
|
|
||||||
}
|
|
||||||
#tray menu * {
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray menu separator {
|
|
||||||
padding: 0px 5px;
|
|
||||||
transition: all .3s ease;
|
|
||||||
}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"layer": "top",
|
|
||||||
"position": "top",
|
|
||||||
"reload_style_on_change": true,
|
|
||||||
"modules-center": ["hyprland/workspaces"],
|
|
||||||
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"format-icons": {
|
|
||||||
"active": "",
|
|
||||||
"default": "",
|
|
||||||
"empty": ""
|
|
||||||
},
|
|
||||||
"persistent-workspaces": {
|
|
||||||
"*": [ 1,2,3,4,5 ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,52 +0,0 @@
|
|||||||
@import url('../../.cache/wal/colors-waybar.css');
|
|
||||||
|
|
||||||
* {
|
|
||||||
font-size:15px;
|
|
||||||
font-family: "CodeNewRoman Nerd Font Propo";
|
|
||||||
}
|
|
||||||
window#waybar{
|
|
||||||
all:unset;
|
|
||||||
}
|
|
||||||
.modules-center {
|
|
||||||
padding:7px;
|
|
||||||
margin:10 0 5 0;
|
|
||||||
border-radius:10px;
|
|
||||||
background: alpha(@background,.6);
|
|
||||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
|
|
||||||
}
|
|
||||||
#workspaces {
|
|
||||||
padding: 0px 5px;
|
|
||||||
}
|
|
||||||
#workspaces button {
|
|
||||||
all:unset;
|
|
||||||
padding: 0px 5px;
|
|
||||||
color: alpha(@color9,.4);
|
|
||||||
transition: all .2s ease;
|
|
||||||
}
|
|
||||||
#workspaces button:hover {
|
|
||||||
color:rgba(0,0,0,0);
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, .5);
|
|
||||||
transition: all 1s ease;
|
|
||||||
}
|
|
||||||
#workspaces button.active {
|
|
||||||
color: @color9;
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
|
|
||||||
}
|
|
||||||
#workspaces button.empty {
|
|
||||||
color: rgba(0,0,0,0);
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, .2);
|
|
||||||
}
|
|
||||||
#workspaces button.empty:hover {
|
|
||||||
color: rgba(0,0,0,0);
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, .5);
|
|
||||||
transition: all 1s ease;
|
|
||||||
}
|
|
||||||
#workspaces button.empty.active {
|
|
||||||
color: @color9;
|
|
||||||
border: none;
|
|
||||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
|
|
||||||
}
|
|
||||||
5
.zshrc
5
.zshrc
@@ -62,12 +62,13 @@ alias cls="clear"
|
|||||||
alias femboy="echo '$USER is a femboy'"
|
alias femboy="echo '$USER is a femboy'"
|
||||||
alias shut="shutdown now"
|
alias shut="shutdown now"
|
||||||
alias re="reboot"
|
alias re="reboot"
|
||||||
alias ls="exa"
|
alias ls="exa --icons"
|
||||||
alias switchhack="fusee-nano ~/Downloads/switchhack/hekate_ctcaer_6.3.0.bin"
|
alias switchhack="fusee-nano ~/Downloads/switchhack/hekate_ctcaer_6.3.0.bin"
|
||||||
alias ssh_t='(){ ssh $1 -t tmux;}'
|
alias ssh_t='(){ ssh $1 -t tmux;}'
|
||||||
alias sshserver="ssh -i ~/.ssh/GlaServer00 glala@81.21.120.94"
|
alias sshserver="ssh -i ~/.ssh/GlaServer00 glala@81.21.120.94"
|
||||||
alias rmnixcache="sudo nix-collect-garbage --delete-older-than 1d"
|
alias rmnixcache="sudo nix-collect-garbage --delete-older-than 1d; rm -r ~/.cache/oh-my-posh/"
|
||||||
alias open="xdg-open"
|
alias open="xdg-open"
|
||||||
|
alias fastfetch="fastfetch --logo-type kitty-icat --logo Pictures/pfp/34e6caa11e82b467927591f71096323c.jpg --logo-width 30 --logo-height 30"
|
||||||
|
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
eval "$(zoxide init --cmd cd zsh)"
|
eval "$(zoxide init --cmd cd zsh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user