dev: automated commit - 2025-09-29 13:31:58
This commit is contained in:
parent
f2cc7ea607
commit
62d046935c
7 changed files with 162 additions and 185 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=rose-pine-gtk-theme-unstable-latest-Dark
|
gtk-theme-name=rose-pine-gtk-theme-unstable-latest-Dark
|
||||||
gtk-icon-theme-name=Papirus
|
gtk-icon-theme-name=Papirus
|
||||||
gtk-font-name=SF Pro Text 11
|
gtk-font-name=SF Pro 13
|
||||||
gtk-cursor-theme-name=Bibata-Original-Classic
|
gtk-cursor-theme-name=Bibata-Original-Classic
|
||||||
gtk-cursor-theme-size=24
|
gtk-cursor-theme-size=24
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
|
|
|
||||||
|
|
@ -1,27 +1,58 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
<alias>
|
<match target="pattern">
|
||||||
<family>sans-serif</family>
|
<test name="family" qual="any">
|
||||||
<prefer>
|
<string>sans-serif</string>
|
||||||
<family>NotoSans</family>
|
</test>
|
||||||
<family>NotoSansCJK</family>
|
<edit name="family" mode="assign" binding="strong">
|
||||||
<family>SymbolsNerdFont</family>
|
<string>Liberation Sans</string>
|
||||||
</prefer>
|
</edit>
|
||||||
</alias>
|
</match>
|
||||||
<alias>
|
|
||||||
<family>serif</family>
|
<match target="pattern">
|
||||||
<prefer>
|
<test name="family" qual="any">
|
||||||
<family>NotoSerif</family>
|
<string>serif</string>
|
||||||
<family>NotoSerifCJK</family>
|
</test>
|
||||||
<family>SymbolsNerdFont</family>
|
<edit name="family" mode="assign" binding="strong">
|
||||||
</prefer>
|
<string>Liberation Serif</string>
|
||||||
</alias>
|
</edit>
|
||||||
<alias>
|
</match>
|
||||||
<family>monospace</family>
|
|
||||||
<prefer>
|
<match target="pattern">
|
||||||
<family>Iosevka</family>
|
<test name="family" qual="any">
|
||||||
<family>SymbolsNerdFontMono</family>
|
<string>monospace</string>
|
||||||
</prefer>
|
</test>
|
||||||
</alias>
|
<edit name="family" mode="assign" binding="strong">
|
||||||
|
<string>CaskaydiaMono Nerd Font</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>system-ui</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Liberation Sans</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>ui-monospace</family>
|
||||||
|
<default>
|
||||||
|
<family>monospace</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>-apple-system</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Liberation Sans</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>BlinkMacSystemFont</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Liberation Sans</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
</fontconfig>
|
</fontconfig>
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,13 @@
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"margin": "5 0 0",
|
|
||||||
"mod": "dock",
|
"mod": "dock",
|
||||||
"exclusive": true,
|
"exclusive": true,
|
||||||
"passthrough": false,
|
"passthrough": false,
|
||||||
"gtk-layer-shell": true,
|
"gtk-layer-shell": true,
|
||||||
"height": 5,
|
"height": 5,
|
||||||
"margin-bottom": 0,
|
"margin": "5 10 0 10",
|
||||||
"margin-top": 5,
|
// Workspace and Window Management
|
||||||
"margin-left": 10,
|
|
||||||
"margin-right": 10,
|
|
||||||
"sway/workspaces": {
|
"sway/workspaces": {
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"format": "{name} {icon}",
|
"format": "{name} {icon}",
|
||||||
|
|
@ -32,10 +29,28 @@
|
||||||
"(.*) - zsh": "> [$1]"
|
"(.*) - zsh": "> [$1]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// System Tray
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 18,
|
"icon-size": 18,
|
||||||
"spacing": 5
|
"spacing": 5
|
||||||
},
|
},
|
||||||
|
"group/tray-expander": {
|
||||||
|
"orientation": "inherit",
|
||||||
|
"drawer": {
|
||||||
|
"transition-duration": 600,
|
||||||
|
"children-class": "tray-group-item"
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
"custom/expand-icon",
|
||||||
|
"tray",
|
||||||
|
"custom/notification"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"custom/expand-icon": {
|
||||||
|
"format": " ",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
// Date and Time
|
||||||
"clock": {
|
"clock": {
|
||||||
// DD-MM-YYYY
|
// DD-MM-YYYY
|
||||||
"format": " {0:%H:%M:%S %Z} {0:%d/%m/%Y}",
|
"format": " {0:%H:%M:%S %Z} {0:%d/%m/%Y}",
|
||||||
|
|
@ -63,8 +78,9 @@
|
||||||
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
|
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
|
||||||
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
|
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
|
// Hardware Controls
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"device": "intel_backlight",
|
"device": "intel_backlight",
|
||||||
"format": "{icon} {percent}%",
|
"format": "{icon} {percent}%",
|
||||||
|
|
@ -78,43 +94,83 @@
|
||||||
"scroll-step": 0.2,
|
"scroll-step": 0.2,
|
||||||
"min-length": 6
|
"min-length": 6
|
||||||
},
|
},
|
||||||
// "pulseaudio": {
|
|
||||||
// "format": "{icon} {volume}%",
|
|
||||||
// "tooltip": false,
|
|
||||||
// "format-muted": " Muted",
|
|
||||||
// "on-click": "wpctl set-mute @DEFAULT_SINK@ toggle",
|
|
||||||
// "on-click-right": "pavucontrol",
|
|
||||||
// "scroll-step": 0.5,
|
|
||||||
// "format-icons": {
|
|
||||||
// "headphone": "",
|
|
||||||
// "hands-free": "",
|
|
||||||
// "headset": "",
|
|
||||||
// "phone": "",
|
|
||||||
// "portable": "",
|
|
||||||
// "car": "",
|
|
||||||
// "default": [
|
|
||||||
// "",
|
|
||||||
// "",
|
|
||||||
// " "
|
|
||||||
// ]
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
// "pulseaudio#microphone": {
|
|
||||||
// "format": "{format_source}",
|
|
||||||
// "format-source": " {volume}%",
|
|
||||||
// "format-source-muted": " Muted",
|
|
||||||
// "on-click": "wpctl set-mute @DEFAULT_SOURCE@ toggle",
|
|
||||||
// "on-click-right": "pavucontrol",
|
|
||||||
// "on-scroll-up": "wpctl set-volume -l 1 @DEFAULT_SOURCE@ 5%+",
|
|
||||||
// "on-scroll-down": "wpctl set-volume -l 1 @DEFAULT_SOURCE@ 5%-",
|
|
||||||
// "scroll-step": 5
|
|
||||||
// },
|
|
||||||
"temperature": {
|
"temperature": {
|
||||||
"thermal-zone": 1,
|
"thermal-zone": 1,
|
||||||
"format": " {temperatureC}°C",
|
"format": " {temperatureC}°C",
|
||||||
"critical-threshold": 80,
|
"critical-threshold": 80,
|
||||||
"format-critical": "{temperatureC}°C "
|
"format-critical": "{temperatureC}°C "
|
||||||
},
|
},
|
||||||
|
"cpu": {
|
||||||
|
"interval": 10,
|
||||||
|
"format": " {}%",
|
||||||
|
"max-length": 10
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"interval": 30,
|
||||||
|
"format": " {used:0.1f}/{total:0.1f} GiB"
|
||||||
|
},
|
||||||
|
"disk": {
|
||||||
|
"interval": 30,
|
||||||
|
"format": " {used}/{total}",
|
||||||
|
"unit": "GiB",
|
||||||
|
"path": "/home"
|
||||||
|
},
|
||||||
|
"battery": {
|
||||||
|
"format": "{capacity}% {icon}",
|
||||||
|
"format-discharging": "{icon}",
|
||||||
|
"format-charging": "{icon}",
|
||||||
|
"format-plugged": "",
|
||||||
|
"format-icons": {
|
||||||
|
"charging": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"default": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"format-full": "",
|
||||||
|
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
||||||
|
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
||||||
|
"interval": 5,
|
||||||
|
"states": {
|
||||||
|
"warning": 20,
|
||||||
|
"critical": 10
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pulseaudio": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"on-click": "$TERMINAL --class=Wiremix -e wiremix",
|
||||||
|
"on-click-right": "pamixer -t",
|
||||||
|
"tooltip-format": "Playing at {volume}%",
|
||||||
|
"scroll-step": 5,
|
||||||
|
"format-muted": "",
|
||||||
|
"format-icons": {
|
||||||
|
"default": [
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
// Network and Connectivity
|
||||||
"network": {
|
"network": {
|
||||||
"format-wifi": " {signalStrength}%",
|
"format-wifi": " {signalStrength}%",
|
||||||
"format-ethernet": "{ipaddr}/{cidr}",
|
"format-ethernet": "{ipaddr}/{cidr}",
|
||||||
|
|
@ -132,6 +188,7 @@
|
||||||
"tooltip-format-enumerate-connected": "{device_alias}",
|
"tooltip-format-enumerate-connected": "{device_alias}",
|
||||||
"on-click": "bluetoothctl toggle"
|
"on-click": "bluetoothctl toggle"
|
||||||
},
|
},
|
||||||
|
// Media Controls
|
||||||
"custom/playerctl": {
|
"custom/playerctl": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
|
|
@ -157,6 +214,13 @@
|
||||||
"Paused": "<span foreground='#928374'> </span>"
|
"Paused": "<span foreground='#928374'> </span>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// Notifications and Utilities
|
||||||
|
"custom/wf-recorder": {
|
||||||
|
"format": "",
|
||||||
|
"tooltip": false,
|
||||||
|
"on-click": "wf-recorder -f ~/Videos/$(date +%Y%m%d_%H%M%S).mp4",
|
||||||
|
"on-click-right": "pkill -f wf-recorder"
|
||||||
|
},
|
||||||
"custom/notification": {
|
"custom/notification": {
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
|
|
|
||||||
|
|
@ -13,22 +13,7 @@
|
||||||
],
|
],
|
||||||
"output": [
|
"output": [
|
||||||
"DP-1"
|
"DP-1"
|
||||||
],
|
]
|
||||||
"cpu": {
|
|
||||||
"interval": 10,
|
|
||||||
"format": " {}%",
|
|
||||||
"max-length": 10
|
|
||||||
},
|
|
||||||
"memory": {
|
|
||||||
"interval": 30,
|
|
||||||
"format": " {used:0.1f}/{total:0.1f} GiB"
|
|
||||||
},
|
|
||||||
"disk": {
|
|
||||||
"interval": 30,
|
|
||||||
"format": " {used}/{total}",
|
|
||||||
"unit": "GiB",
|
|
||||||
"path": "/home"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"include": [
|
"include": [
|
||||||
|
|
@ -42,24 +27,13 @@
|
||||||
"custom/playerlabel"
|
"custom/playerlabel"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"custom/wf-recorder",
|
|
||||||
"custom/randwall",
|
"custom/randwall",
|
||||||
// "pulseaudio",
|
"clock",
|
||||||
// "custom/vpn",
|
"group/tray-expander"
|
||||||
"custom/notification",
|
|
||||||
"tray",
|
|
||||||
"clock"
|
|
||||||
],
|
],
|
||||||
"output": [
|
"output": [
|
||||||
"HDMI-A-1"
|
"HDMI-A-1"
|
||||||
]
|
]
|
||||||
// "custom/vpn": {
|
|
||||||
// "format": "{}",
|
|
||||||
// "return-type": "json",
|
|
||||||
// "interval": 1,
|
|
||||||
// "exec": "/home/forbi/.local/bin/vpn",
|
|
||||||
// "on-click": "/home/forbi/.local/bin/vpn toggle"
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"include": [
|
"include": [
|
||||||
|
|
@ -73,105 +47,14 @@
|
||||||
"custom/playerlabel"
|
"custom/playerlabel"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
// "custom/microphone",
|
|
||||||
"custom/randwall",
|
"custom/randwall",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"backlight",
|
"backlight",
|
||||||
"battery",
|
"battery",
|
||||||
// "tray",
|
|
||||||
// "clock",
|
|
||||||
"group/tray-expander"
|
"group/tray-expander"
|
||||||
],
|
],
|
||||||
"output": [
|
"output": [
|
||||||
"eDP-1"
|
"eDP-1"
|
||||||
],
|
]
|
||||||
"group/tray-expander": {
|
|
||||||
"orientation": "inherit",
|
|
||||||
"drawer": {
|
|
||||||
"transition-duration": 600,
|
|
||||||
"children-class": "tray-group-item"
|
|
||||||
},
|
|
||||||
"modules": [
|
|
||||||
"custom/expand-icon",
|
|
||||||
"tray",
|
|
||||||
"custom/notification",
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"custom/expand-icon": {
|
|
||||||
"format": " ",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"tray": {
|
|
||||||
"spacing": 12
|
|
||||||
},
|
|
||||||
"pulseaudio": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"on-click": "$TERMINAL --class=Wiremix -e wiremix",
|
|
||||||
"on-click-right": "pamixer -t",
|
|
||||||
"tooltip-format": "Playing at {volume}%",
|
|
||||||
"scroll-step": 5,
|
|
||||||
"format-muted": "",
|
|
||||||
"format-icons": {
|
|
||||||
"default": [
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"battery": {
|
|
||||||
"format": "{capacity}% {icon}",
|
|
||||||
"format-discharging": "{icon}",
|
|
||||||
"format-charging": "{icon}",
|
|
||||||
"format-plugged": "",
|
|
||||||
"format-icons": {
|
|
||||||
"charging": [
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"default": [
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"format-full": "",
|
|
||||||
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
|
||||||
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
|
||||||
"interval": 5,
|
|
||||||
"states": {
|
|
||||||
"warning": 20,
|
|
||||||
"critical": 10
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// "custom/vpn": {
|
|
||||||
// "format": "{}",
|
|
||||||
// "return-type": "json",
|
|
||||||
// "interval": 1,
|
|
||||||
// "exec": "/home/forbi/.local/bin/vpn",
|
|
||||||
// "on-click": "/home/forbi/.local/bin/vpn toggle"
|
|
||||||
// }
|
|
||||||
// "custom/microphone": {
|
|
||||||
// "format": "{}",
|
|
||||||
// "return-type": "json",
|
|
||||||
// "exec": "~/.config/waybar/scripts/mic-status.sh --monitor",
|
|
||||||
// "restart-interval": 1,
|
|
||||||
// "on-click": "pavucontrol -t 4"
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/* General Reset and Base Styles */
|
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
zsh/.config/zsh/zsh_history_main
Normal file
BIN
zsh/.config/zsh/zsh_history_main
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue