Compare commits
No commits in common. "e731b7399b67796a511192961de514c581e6ddee" and "d20b74e1bff1d285caa0fce5d5d160b996a05325" have entirely different histories.
e731b7399b
...
d20b74e1bf
|
@ -19,4 +19,5 @@ import = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[terminal]
|
[terminal]
|
||||||
shell = { program = "tmux", args = ["new"] }
|
# shell = { program = "tmux", args = ["new"] }
|
||||||
|
shell = { program = "fish" }
|
||||||
|
|
|
@ -2,7 +2,7 @@ source = colors.conf
|
||||||
|
|
||||||
$terminal = alacritty
|
$terminal = alacritty
|
||||||
$fileManager = nemo
|
$fileManager = nemo
|
||||||
$menu = ~/.cargo/bin/hyprlauncher
|
$menu = hyprlauncher
|
||||||
$browser = firefox
|
$browser = firefox
|
||||||
$discord = vesktop
|
$discord = vesktop
|
||||||
$telegram = telegram-desktop
|
$telegram = telegram-desktop
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
chromakey_background = 30,30,46
|
# chromakey_background = 30,30,46
|
||||||
# chromakey_background = 36,36,56
|
# chromakey_background = 36,36,56
|
||||||
plugin {
|
plugin {
|
||||||
touch_gestures {
|
touch_gestures {
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Waybar
|
# Waybar
|
||||||
# layerrule = blur, waybar
|
layerrule = blur, waybar
|
||||||
# layerrule = ignorezero, waybar
|
layerrule = ignorezero, waybar
|
||||||
|
|
||||||
# Mako
|
# Mako
|
||||||
layerrule = blur, notifications
|
layerrule = blur, notifications
|
||||||
|
|
|
@ -17,7 +17,7 @@ bind -n M-: next-window
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'catppuccin/tmux'
|
set -g @plugin 'catppuccin/tmux#sgoudham-patch-1'
|
||||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
|
@ -1,30 +1,30 @@
|
||||||
@import "mocha.css";
|
@import "mocha.css";
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: Cantarell, "Font Awesome 6 Free", SymbolsNerdFont;
|
font-family: JetBrainsMono, "Font Awesome 6 Free", SymbolsNerdFont;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: @base;
|
background-color: transparent;
|
||||||
/* background: @base; */
|
/* background: @base; */
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: .5s;
|
transition-duration: .5s;
|
||||||
border-radius: 14px 14px 0px 0px;
|
border-radius: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
background-color: @mantle;
|
background-color: @mantle;
|
||||||
margin: 4px 5px 4px 5px;
|
margin: 3px 5px 3px 5px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
}
|
}
|
||||||
#workspaces button,
|
#workspaces button,
|
||||||
#workspaces button:hover,
|
#workspaces button:hover,
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
padding: 0px 4px;
|
padding: 0px 3px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
@ -51,11 +51,11 @@ window#waybar {
|
||||||
background: @mantle;
|
background: @mantle;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
color: @text;
|
color: @text;
|
||||||
margin: 4px 2.5px 4px 2.5px;
|
margin: 3px 2.5px 3px 2.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-power {
|
#custom-power {
|
||||||
margin: 4px 2.5px 4px 2.5px;
|
margin: 3px 2.5px 3px 2.5px;
|
||||||
padding: 0px 9px;
|
padding: 0px 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -63,12 +63,7 @@ window#waybar {
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#tray, #battery {
|
||||||
padding: 0px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray {
|
|
||||||
margin: 4px 2.5px 4px 5px;
|
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,11 +76,10 @@ window#waybar {
|
||||||
}
|
}
|
||||||
|
|
||||||
#language {
|
#language {
|
||||||
padding: 0px 9px 0px 8px;
|
padding: 0px 7px 0px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
margin: 4px 5px 4px 2.5px;
|
margin: 3px 5px 3px 2.5px;
|
||||||
font-size: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"height": 36,
|
"height": 31,
|
||||||
// "width": 900,
|
"width": 900,
|
||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
"margin-bottom": 0,
|
"margin-bottom": 5,
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"modules-left": ["tray"],
|
"modules-left": ["custom/power", "custom/runner", "tray"],
|
||||||
"modules-center": ["hyprland/workspaces"],
|
"modules-center": ["hyprland/workspaces"],
|
||||||
"modules-right": ["wireplumber", "backlight", "battery", "hyprland/language", "clock"],
|
"modules-right": ["wireplumber", "backlight", "battery", "hyprland/language", "clock"],
|
||||||
|
|
||||||
|
@ -35,20 +35,19 @@
|
||||||
|
|
||||||
"battery": {
|
"battery": {
|
||||||
"bat": "qcom-battery",
|
"bat": "qcom-battery",
|
||||||
"interval": 1,
|
"interval": 60,
|
||||||
"states": {
|
"states": {
|
||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "{icon} {capacity}%",
|
"format": "{capacity}% ",
|
||||||
"format-charging": " {capacity}%",
|
|
||||||
"format-icons": ["", "", "", "", ""],
|
|
||||||
"max-length": 25
|
"max-length": 25
|
||||||
},
|
},
|
||||||
|
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"device": "ktz8866-backlight",
|
"device": "ktz8866-backlight",
|
||||||
"format": " {percent}%"
|
"format": "{percent}% ",
|
||||||
|
"format-icons": ["", ""]
|
||||||
},
|
},
|
||||||
|
|
||||||
"wireplumber": {
|
"wireplumber": {
|
||||||
|
@ -61,14 +60,14 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"hyprland/language": {
|
"hyprland/language": {
|
||||||
"format": " {}",
|
"format": "{}",
|
||||||
"format-en": "Eng",
|
"format-en": "Eng",
|
||||||
"format-ru": "Rus"
|
"format-ru": "Rus"
|
||||||
},
|
},
|
||||||
|
|
||||||
"clock": {
|
"clock": {
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
"format-alt": "{:%Y-%m-%d}",
|
"format-alt": " {:%Y-%m-%d}",
|
||||||
"format": "{:%H:%M}",
|
"format": "{:%H:%M}",
|
||||||
"timezone": "Asia/Yekaterinburg"
|
"timezone": "Asia/Yekaterinburg"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue