update: huge style update

This commit is contained in:
2026-03-13 10:37:01 +03:00
parent 1dea8c1a69
commit c49c97d55c
55 changed files with 686 additions and 332 deletions

View File

@@ -1,2 +0,0 @@
#!/bin/bash
date +"%a %d"

View File

@@ -1,5 +1,23 @@
{
"clock": {
"format": "{:%H:%M}",
"format": "{:%H:%M}",
"tooltip-format": "<span>{calendar}</span>",
"calendar": {
"mode": "month",
"mode-mon-col": 3,
"on-scroll": 1,
"on-click-right": "mode",
"format": {
"months": "<span color='#3881c3'><b>{}</b></span>",
"weekdays": "<span color='#cb7194'><b>{}</b></span>",
"today": "<span color='#3881c3'><b>{}</b></span>"
}
},
"actions": {
"on-click": "shift_reset",
"on-click-right": "mode",
"on-scroll-up": "shift_up",
"on-scroll-down": "shift_down"
},
},
}

View File

@@ -1,7 +0,0 @@
{
"hyprland/language": {
"format": " {}",
"format-en": "en",
"format-ru": "ru",
},
}

View File

@@ -5,19 +5,19 @@
},
"bluetooth": {
"format": "",
"format-disabled": "Bd",
"format-connected": " ",
"format": "",
"format-disabled": "󰂲",
"format-connected": "",
"on-click": "kitty bluetui",
"tooltip-format": "{device_enumerate}",
"tooltip-format-enumerate-connected": "{device_alias}",
},
"network": {
"format": "{ifname}",
"format-disabled": "Wd",
"format-wifi": "",
"format-ethernet": "󰈀 ",
"format-disconnected": "󰖪 ",
"format-disabled": "󰤮",
"format-wifi": "󰖩",
"format-ethernet": "󰈀",
"format-disconnected": "󰖪",
"tooltip-format-wifi": "{essid}",
"tooltip-format-ethernet": "{ipaddr}",
"on-click": "~/.config/rofi/network-manager/run_manager.sh",

View File

@@ -6,15 +6,16 @@
"battery": {
"format": "{icon}",
"format-icons": [" ", " ", " ", " ", " "],
"format-charging": " ",
// "format-icons": [" ", " ", " ", " ", " "],
"format-icons": ["󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"],
"format-charging": " {capacity}%",
"tooltip-format": "{capacity}% {timeTo}",
},
"backlight": {
"device": "intel_backlight",
"format": "{icon}",
"format-icons": ["", "", "", "", "", "", "", "", ""],
"smooth-scrolling-threshold": 1, // This value was tested using a trackpad, it should be lowered if using a mouse.
"smooth-scrolling-threshold": 1,
"on-scroll-down": "brightnessctl --class='backlight' set 5%+",
"on-scroll-up": "brightnessctl --class='backlight' set 5%-",
"on-click": "python $HOME/.config/hypr/scripts/swww.py",

View File

@@ -2,11 +2,9 @@
"tray": {
"icon-size": 14,
"spacing": 10,
"show-passive-items": true,
"icons": {
"Spotify": " ",
"Steam": "",
"Telegram Desktop": "",
"Mattermost Desktop": "",
},
},
}

View File

@@ -12,18 +12,18 @@
"empty": "",
},
"all-outputs": false,
"on-scroll-up": "hyprctl dispatch focusworkspaceoncurrentmonitor r-1",
"on-scroll-down": "hyprctl dispatch focusworkspaceoncurrentmonitor r+1",
"on-scroll-up": "workspace-change next",
"on-scroll-down": "workspace-change previous",
"format-icons": {
"active": "",
"default": "",
"active": "󰣠", // 
"default": "󰣇", // 
},
},
"hyprland/windowcount": {
"format": "{}",
"format": "{icon}",
"format-empty": "{}",
"format-windowed": "{}",
"separate-outputs": true,
"on-click": "rofi -show window",
"on-click": "rofi -show",
},
}