stow initial commit
This commit is contained in:
Symlink
+1
@@ -0,0 +1 @@
|
||||
../.dotfiles/.config/fuzzel
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@@ -0,0 +1,36 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Solarized Dark
|
||||
## author: Ethan Schoonover
|
||||
## license: MIT
|
||||
## blurb: Precision colors for machines and people
|
||||
|
||||
background #002b36
|
||||
foreground #839496
|
||||
cursor #708183
|
||||
selection_background #073642
|
||||
color0 #002731
|
||||
color8 #001e26
|
||||
color1 #d01b24
|
||||
color9 #bd3612
|
||||
color2 #728905
|
||||
color10 #465a61
|
||||
color3 #a57705
|
||||
color11 #52676f
|
||||
color4 #2075c7
|
||||
color12 #708183
|
||||
color5 #c61b6e
|
||||
color13 #5856b9
|
||||
color6 #259185
|
||||
color14 #81908f
|
||||
color7 #e9e2cb
|
||||
color15 #fcf4dc
|
||||
selection_foreground #93a1a1
|
||||
|
||||
# START_AUTOGENERATED_TAB_STYLE
|
||||
# Feel free to update these colors manually and remove these comments.
|
||||
active_tab_foreground #eeeeee
|
||||
active_tab_background #073642
|
||||
inactive_tab_foreground #839496
|
||||
inactive_tab_background #00222b
|
||||
# END_AUTOGENERATED_TAB_STYLE
|
||||
@@ -0,0 +1,36 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Solarized Dark
|
||||
## author: Ethan Schoonover
|
||||
## license: MIT
|
||||
## blurb: Precision colors for machines and people
|
||||
|
||||
background #002b36
|
||||
foreground #839496
|
||||
cursor #708183
|
||||
selection_background #073642
|
||||
color0 #002731
|
||||
color8 #001e26
|
||||
color1 #d01b24
|
||||
color9 #bd3612
|
||||
color2 #728905
|
||||
color10 #465a61
|
||||
color3 #a57705
|
||||
color11 #52676f
|
||||
color4 #2075c7
|
||||
color12 #708183
|
||||
color5 #c61b6e
|
||||
color13 #5856b9
|
||||
color6 #259185
|
||||
color14 #81908f
|
||||
color7 #e9e2cb
|
||||
color15 #fcf4dc
|
||||
selection_foreground #93a1a1
|
||||
|
||||
# START_AUTOGENERATED_TAB_STYLE
|
||||
# Feel free to update these colors manually and remove these comments.
|
||||
active_tab_foreground #eeeeee
|
||||
active_tab_background #073642
|
||||
inactive_tab_foreground #839496
|
||||
inactive_tab_background #00222b
|
||||
# END_AUTOGENERATED_TAB_STYLE
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,170 @@
|
||||
[
|
||||
{
|
||||
"name": "main",
|
||||
"layer": "top", // Waybar at top layer
|
||||
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
||||
"height": 30, // Waybar height (to be removed for auto height)
|
||||
// "width": 1280, // Waybar width
|
||||
// "gtk-layer-shell": "false",
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["custom/menu","hyprland/window"],
|
||||
"modules-center": ["hyprland/workspaces"],
|
||||
"modules-right": ["custom/zypper","hyprland/language", "network", "pulseaudio", "custom/layout", "clock"],
|
||||
"hyprland/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"active": ""
|
||||
},
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"show-special": true
|
||||
},
|
||||
"hyprland/window": {
|
||||
|
||||
},
|
||||
"custom/menu": {
|
||||
"format": "",
|
||||
"on-click": "fuzzel"
|
||||
},
|
||||
"custom/layout": {
|
||||
"tooltip": false,
|
||||
"exec": "swaymsg -mrt subscribe '[\"input\"]' | jq -r --unbuffered \"select(.change == \\\"xkb_layout\\\") | .input | select(.type == \\\"keyboard\\\") | .xkb_active_layout_name | .[0:2]\""
|
||||
},
|
||||
"custom/zypper": {
|
||||
"format": "{} ",
|
||||
"interval": 3600,
|
||||
"exec": "zypper lu | grep 'v \\+|' | wc -l; echo 'packages to update'",
|
||||
"exec-if": "exit 0",
|
||||
"on-click": "exec alacritty -e sudo sh -c 'zypper ref; zypper dup; pkill -SIGRTMIN+8 waybar'",
|
||||
"signal": 8
|
||||
},
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
}
|
||||
},
|
||||
"tray": {
|
||||
// "icon-size": 21,
|
||||
"spacing": 10
|
||||
},
|
||||
"clock": {
|
||||
"format": " {:%Y-%m-%d %H:%M:%S}",
|
||||
"format-alt": "{:%a %d %b w:%V %H:%M}",
|
||||
"tooltip-format": "<span color='#eee8d5'><tt><small>{calendar}</small></tt></span>",
|
||||
"calendar": {
|
||||
"mode-mon-col" : 4,
|
||||
"weeks-pos" : "left",
|
||||
"on-scroll" : 1,
|
||||
"on-click-right" : "mode",
|
||||
"format": {
|
||||
"months": "<span color='#dc322f'><b>{}</b></span>",
|
||||
"weeks": "<span color='#d33682'><b>{}</b></span>",
|
||||
"weekdays": "<span color='#268bd2'><b>{}</b></span>",
|
||||
"today": "<span color='#2aa198'><b><u>{}</u></b></span>"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"on-click-right" : "mode",
|
||||
"on-scroll-up" : "shift_up",
|
||||
"on-scroll-down" : "shift_down"
|
||||
},
|
||||
"interval": 1
|
||||
},
|
||||
"cpu": {
|
||||
"format": "{usage}% ",
|
||||
"tooltip": false
|
||||
},
|
||||
"memory": {
|
||||
"format": "{}% "
|
||||
},
|
||||
"temperature": {
|
||||
// "thermal-zone": 2,
|
||||
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
||||
"critical-threshold": 80,
|
||||
// "format-critical": "{temperatureC}°C {icon}",
|
||||
"format": "{temperatureC}°C {icon}",
|
||||
"format-icons": ["", "", ""]
|
||||
},
|
||||
"backlight": {
|
||||
// "device": "acpi_video1",
|
||||
"format": "{percent}% {icon}",
|
||||
"format-icons": ["", ""]
|
||||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
// "good": 95,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon}",
|
||||
"format-charging": "",
|
||||
"format-plugged": "",
|
||||
"format-alt": "{capacity}% {time}",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
},
|
||||
"battery#bat2": {
|
||||
"bat": "BAT2"
|
||||
},
|
||||
"network": {
|
||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
"format-wifi": "",
|
||||
"format-ethernet": "",
|
||||
"format-linked": "",
|
||||
"format-disconnected": "⚠",
|
||||
"format-alt": "{ifname} {essid} ({signalStrength}%)"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon}",
|
||||
"format-alt": "{volume} {icon}",
|
||||
"format-alt-click": "click-middle",
|
||||
"format-muted": "",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"handsfree": "",
|
||||
"headset": "",
|
||||
"phone": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
"default": ["", "", ""]
|
||||
},
|
||||
"scroll-step": 10,
|
||||
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
|
||||
"on-click-right": "pavucontrol",
|
||||
"tooltip": true
|
||||
},
|
||||
"custom/scratchpad": {
|
||||
"format-text": "{}",
|
||||
"return-type": "json",
|
||||
"interval": 3,
|
||||
"exec": "/usr/share/openSUSEway/helpers/scratchpad-indicator.sh 2> /dev/null",
|
||||
"exec-if": "exit 0",
|
||||
"on-click": "swaymsg 'scratchpad show'",
|
||||
"on-click-right": "swaymsg 'move scratchpad'"
|
||||
},
|
||||
"hyprland/language": {
|
||||
"format": "{}",
|
||||
"on-click": "hyprctl switchxkblayout current next",
|
||||
"keyboard-name": "current"
|
||||
},
|
||||
"custom/notification": {
|
||||
"tooltip": true,
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"notification": "<span foreground='red'><small><sup>⬤</sup></small></span>",
|
||||
"none": " ",
|
||||
"dnd-notification": "<span foreground='red'><small><sup>⬤</sup></small></span>",
|
||||
"dnd-none": " "
|
||||
},
|
||||
"return-type": "json",
|
||||
"exec-if": "which swaync-client",
|
||||
"exec": "swaync-client -swb",
|
||||
"on-click": "swaync-client -t -sw",
|
||||
"on-click-right": "swaync-client -d -sw",
|
||||
"escape": true,
|
||||
"name": "main"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,107 @@
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "Source Sans Pro", "FontAwesome 6 Free";
|
||||
font-size: 15px;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
transition-duration: 0s;
|
||||
}
|
||||
|
||||
window.main {
|
||||
color: rgb(101,123,131);
|
||||
background-color: rgb(0,43,54);
|
||||
border-bottom: 1px solid rgb(88,110,117);
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#custom-scratchpad {
|
||||
margin-right: 5px;
|
||||
padding: 0px 5px;
|
||||
}
|
||||
|
||||
/* Modules center */
|
||||
#workspaces {
|
||||
background: #073642;
|
||||
border-radius: 10px;
|
||||
margin: 6px 5px;
|
||||
padding: 0px 6px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: #586e75;
|
||||
background: transparent;
|
||||
padding: 4px 4px;
|
||||
transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
|
||||
}
|
||||
|
||||
#workspaces button.occupied {
|
||||
color: #d33682;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #2aa198;
|
||||
text-shadow: 0 0 4px #ABE9B3;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
color: #6c71c4;
|
||||
}
|
||||
|
||||
#workspaces button.active:hover {}
|
||||
#mode,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
#idle_inhibitor,
|
||||
#temperature,
|
||||
#custom-layout,
|
||||
#hyprland-languages,
|
||||
#custom-menu,
|
||||
#hyprland-window,
|
||||
#custom-zypper {
|
||||
margin: 0px 6px 0px 10px;
|
||||
/* min-width: 30px;*/
|
||||
}
|
||||
|
||||
#clock {
|
||||
margin: 0px 6px 0px 10px;
|
||||
}
|
||||
|
||||
#battery.warning {
|
||||
color: rgba(255, 210, 4, 1);
|
||||
}
|
||||
|
||||
#battery.critical {
|
||||
color: rgba(238, 46, 36, 1);
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
color: rgba(217, 216, 216, 1);
|
||||
}
|
||||
|
||||
#bluetooth.disabled {
|
||||
color: rgba(128, 128, 128, 1);
|
||||
}
|
||||
|
||||
#bluetooth.off {
|
||||
color: rgba(128, 128, 128, 1);
|
||||
}
|
||||
|
||||
#bluetooth.connected {
|
||||
color: rgba(115, 186, 37, 1);
|
||||
}
|
||||
tooltip {
|
||||
color: #eee8d5;
|
||||
background-color: #073642;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
tooltip * {
|
||||
background-color: #073642;
|
||||
color: #eee8d5;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user