added waybar dotfiles
This commit is contained in:
parent
9429497997
commit
eba4fe6f4d
100
hyprland-gruvbox/dotfiles/waybar/.config/waybar/config
Normal file
100
hyprland-gruvbox/dotfiles/waybar/.config/waybar/config
Normal file
@ -0,0 +1,100 @@
|
|||||||
|
{
|
||||||
|
"position": "top",
|
||||||
|
"reload_style_on_change": true,
|
||||||
|
"layer": "top",
|
||||||
|
|
||||||
|
"height": 36,
|
||||||
|
"margin-top": 5,
|
||||||
|
"margin-left": 5,
|
||||||
|
"margin-right": 5,
|
||||||
|
|
||||||
|
"modules-left": [
|
||||||
|
"hyprland/workspaces",
|
||||||
|
],
|
||||||
|
|
||||||
|
"modules-center": [
|
||||||
|
"hyprland/window"
|
||||||
|
],
|
||||||
|
|
||||||
|
"modules-right": [
|
||||||
|
"custom/notification",
|
||||||
|
"network",
|
||||||
|
"bluetooth",
|
||||||
|
"pulseaudio",
|
||||||
|
"tray",
|
||||||
|
"clock",
|
||||||
|
"clock#time",
|
||||||
|
"custom/power"
|
||||||
|
],
|
||||||
|
|
||||||
|
|
||||||
|
"hyprland/window": {
|
||||||
|
"format": "{}",
|
||||||
|
},
|
||||||
|
|
||||||
|
"hyprland/workspaces": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
||||||
|
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
||||||
|
},
|
||||||
|
|
||||||
|
"network": {
|
||||||
|
"format-wifi": "<span color='#458588'></span> {essid} ",
|
||||||
|
"format-ethernet": "<span color='#458588'></span> {ifname}",
|
||||||
|
"format-linked": "<span color='#458588'></span> {ifname} (No IP)",
|
||||||
|
"format": "<span color='#458588'></span> Connected",
|
||||||
|
"format-disconnected": "<span color='#458588'></span> Disconnected",
|
||||||
|
"interval": 60,
|
||||||
|
"on-click":"~/.config/rofi/rofi-wifi-menu.sh"
|
||||||
|
},
|
||||||
|
|
||||||
|
"clock": {
|
||||||
|
"format": "<span color='#d3869b'></span> {:%A %e %B}"
|
||||||
|
},
|
||||||
|
"clock#time": {
|
||||||
|
"format": "<span color='#d65d0e'></span> {:%H:%M}"
|
||||||
|
},
|
||||||
|
|
||||||
|
"bluetooth":{
|
||||||
|
"format-on": "<span color='#fe8019'></span> Turned On",
|
||||||
|
"format-off": "<span color='#fe8019'></span> Turned Off",
|
||||||
|
"format-disabled": "<span color='#fe8019'></span> Disabled",
|
||||||
|
"format-connected": "<span color='#fe8019'></span> Connected",
|
||||||
|
"format": "<span color='#e57474'></span> Disabled",
|
||||||
|
"on-click":"blueman-manager &"
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/power":{
|
||||||
|
"format":"",
|
||||||
|
"on-click":"~/.config/rofi/powermenu/type-1/powermenu.sh"
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/notification":{
|
||||||
|
"format": "",
|
||||||
|
"on-click": "swaync-client -t -sw"
|
||||||
|
},
|
||||||
|
|
||||||
|
"tray": {
|
||||||
|
"icon-size": 18,
|
||||||
|
"spacing": 10
|
||||||
|
},
|
||||||
|
|
||||||
|
"pulseaudio": {
|
||||||
|
"format": "<span foreground='#fabd2f'>{icon}</span> {volume}%",
|
||||||
|
"tooltip": false,
|
||||||
|
"format-muted": " Muted",
|
||||||
|
"on-click": "pamixer -t",
|
||||||
|
"on-scroll-up": "pamixer -i 1",
|
||||||
|
"on-scroll-down": "pamixer -d 1",
|
||||||
|
"scroll-step": 5,
|
||||||
|
"format-icons": {
|
||||||
|
"headphone": "",
|
||||||
|
"hands-free": "",
|
||||||
|
"headset": "",
|
||||||
|
"phone": "",
|
||||||
|
"portable": "",
|
||||||
|
"car": "",
|
||||||
|
"default": ["", "", ""],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
75
hyprland-gruvbox/dotfiles/waybar/.config/waybar/style.css
Normal file
75
hyprland-gruvbox/dotfiles/waybar/.config/waybar/style.css
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
* {
|
||||||
|
font-size: 13px;
|
||||||
|
font-family: "IBM Plex Sans Medium";
|
||||||
|
color: #ebdbb2;
|
||||||
|
}
|
||||||
|
|
||||||
|
#waybar {
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces {
|
||||||
|
border-radius: 5px;
|
||||||
|
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); /* Daha yumuşak gölge */
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces,
|
||||||
|
#window,
|
||||||
|
#pulseaudio,
|
||||||
|
#network,
|
||||||
|
#backlight,
|
||||||
|
#wireplumber,
|
||||||
|
#clock,
|
||||||
|
#battery,
|
||||||
|
#idle_inhibitor,
|
||||||
|
#custom-lizzy,
|
||||||
|
#bluetooth,
|
||||||
|
#custom-power,
|
||||||
|
#tray,
|
||||||
|
#custom-notification {
|
||||||
|
margin-left: 5px;
|
||||||
|
margin-right: 5px;
|
||||||
|
background: #282828;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#network,
|
||||||
|
#wireplumber,
|
||||||
|
#backlight,
|
||||||
|
#bluetooth {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#backlight,
|
||||||
|
#bluetooth {
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wireplumber {
|
||||||
|
border-radius: 0px 5px 5px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#idle_inhibitor,
|
||||||
|
#clock,
|
||||||
|
#workspaces,
|
||||||
|
#custom-lizzy,
|
||||||
|
#custom-power,
|
||||||
|
#battery,
|
||||||
|
#custom-notification {
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#idle_inhibitor.activated {
|
||||||
|
color: #e74c3c; /* Kırmızı tonlarında vurgulama */
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-power {
|
||||||
|
color: #b16286; /* Mor tonu */
|
||||||
|
margin-right: 10px;
|
||||||
|
padding-right: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user