Added watson config
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
[general]
|
||||||
|
import = [
|
||||||
|
"./everforest_light.toml"
|
||||||
|
]
|
||||||
|
|
||||||
|
[font]
|
||||||
|
normal = {family = "CaskaydiaMonoNerdFont"}
|
||||||
|
size = 14
|
||||||
|
|
||||||
|
[cursor]
|
||||||
|
smooth_motion_factor = 0.8
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
# Colors (Everforest Light)
|
||||||
|
|
||||||
|
# Default colors
|
||||||
|
[colors.primary]
|
||||||
|
background = '#fdf6e3'
|
||||||
|
foreground = '#5c6a72'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
[colors.normal]
|
||||||
|
black = '#5c6a72'
|
||||||
|
red = '#f85552'
|
||||||
|
green = '#8da101'
|
||||||
|
yellow = '#dfa000'
|
||||||
|
blue = '#3a94c5'
|
||||||
|
magenta = '#df69ba'
|
||||||
|
cyan = '#35a77c'
|
||||||
|
white = '#e0dcc7'
|
||||||
|
|
||||||
|
# Bright Colors
|
||||||
|
[colors.bright]
|
||||||
|
black = '#5c6a72'
|
||||||
|
red = '#f85552'
|
||||||
|
green = '#8da101'
|
||||||
|
yellow = '#dfa000'
|
||||||
|
blue = '#3a94c5'
|
||||||
|
magenta = '#df69ba'
|
||||||
|
cyan = '#35a77c'
|
||||||
|
white = '#e0dcc7'
|
||||||
+2
-3
@@ -1,8 +1,6 @@
|
|||||||
#!/usr/bin/fish
|
#!/usr/bin/fish
|
||||||
alias rm="gio trash"
|
alias rm="gio trash"
|
||||||
alias din="sudo dnf install"
|
alias tt="watson"
|
||||||
alias dre="sudo dnf remove"
|
|
||||||
alias dup="sudo dnf update"
|
|
||||||
alias pacin="sudo pacman -S"
|
alias pacin="sudo pacman -S"
|
||||||
alias pacre="sudo pacman -R"
|
alias pacre="sudo pacman -R"
|
||||||
alias pacup="sudo pacman -Syu"
|
alias pacup="sudo pacman -Syu"
|
||||||
@@ -13,6 +11,7 @@ alias labconf="nvim ~/dotfiles/.config/labwc/rc.xml"
|
|||||||
alias kanshiconf="nvim ~/dotfiles/.config/kanshi/config"
|
alias kanshiconf="nvim ~/dotfiles/.config/kanshi/config"
|
||||||
alias waybarconf="nvim ~/dotfiles/.config/waybar/config.jsonc"
|
alias waybarconf="nvim ~/dotfiles/.config/waybar/config.jsonc"
|
||||||
alias aliasconf="nvim ~/dotfiles/.config/aliases"
|
alias aliasconf="nvim ~/dotfiles/.config/aliases"
|
||||||
|
alias acconf="nvim ~/dotfiles/.config/alacritty/alacritty.toml"
|
||||||
alias kittyconf="nvim ~/dotfiles/.config/kitty/kitty.conf"
|
alias kittyconf="nvim ~/dotfiles/.config/kitty/kitty.conf"
|
||||||
alias fishconf="nvim ~/dotfiles/.config/fish/config.fish"
|
alias fishconf="nvim ~/dotfiles/.config/fish/config.fish"
|
||||||
alias roficonf="nvim ~/dotfiles/.config/rofi/config.rasi"
|
alias roficonf="nvim ~/dotfiles/.config/rofi/config.rasi"
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ bind = Alt, F4, killactive,
|
|||||||
bind = $mainMod, END, exit,
|
bind = $mainMod, END, exit,
|
||||||
bind = $mainMod, Escape, exec, hyprlock
|
bind = $mainMod, Escape, exec, hyprlock
|
||||||
bind = $mainMod, F, fullscreen
|
bind = $mainMod, F, fullscreen
|
||||||
bind = $mainMod Shift, $mainMod_L, exec, pkill rofi || rofi -show run -theme skycontrast -monitor DP-1
|
bind = Super Shift, Super_L, exec, pkill rofi || rofi -show run -theme skycontrast -monitor DP-1
|
||||||
bind = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -theme skycontrast -monitor DP-1
|
bind = Super, Super_L, exec, pkill rofi || rofi -show drun -theme skycontrast -monitor DP-1
|
||||||
bind = $mainMod Shift, w, exec, ~/Scripts/restart-waybar.sh
|
bind = $mainMod Shift, w, exec, ~/Scripts/restart-waybar.sh
|
||||||
bind = $mainMod, P, pseudo
|
bind = $mainMod, P, pseudo
|
||||||
bind = $mainMod, V, togglefloating
|
bind = $mainMod, V, togglefloating
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
$mainMod = SUPER
|
$mainMod = Alt
|
||||||
$conf = ~/.config/hypr/conf/ # Config path
|
$conf = ~/.config/hypr/conf/ # Config path
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ background_opacity 0.85
|
|||||||
font_size 14
|
font_size 14
|
||||||
shell /usr/bin/fish
|
shell /usr/bin/fish
|
||||||
cursor_trail 3
|
cursor_trail 3
|
||||||
|
cursor_trail_decay 0.1 0.25
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Everforest Light Hard
|
# Everforest Light Hard
|
||||||
|
|||||||
+12
-11
@@ -1,13 +1,15 @@
|
|||||||
|
# Autostart
|
||||||
|
exec waybar
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
set $mod Mod4
|
set $mod Mod1
|
||||||
set $term kitty
|
set $term kitty
|
||||||
set $filemanager kitty -e yazi
|
set $filemanager kitty -e yazi
|
||||||
set $browser librewolf
|
set $browser librewolf
|
||||||
set $menu rofi -show drun
|
|
||||||
|
|
||||||
|
|
||||||
# General
|
# General
|
||||||
floating_modifier $mod normal
|
floating_modifier $mod normal
|
||||||
|
default_border normal 4
|
||||||
|
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
@@ -29,10 +31,10 @@ output HDMI-A-1 {
|
|||||||
# Input configuration
|
# Input configuration
|
||||||
|
|
||||||
input "type:keyboard" xkb_options caps:escape
|
input "type:keyboard" xkb_options caps:escape
|
||||||
input "type:mouse" {
|
input "type:pointer" {
|
||||||
natural_scroll disabled
|
natural_scroll disabled
|
||||||
accel_profile "flat"
|
accel_profile "flat"
|
||||||
pointer_accel -1
|
pointer_accel -0.35
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -42,7 +44,7 @@ input "type:mouse" {
|
|||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+Shift_R exec $filemanager
|
bindsym $mod+Shift_R exec $filemanager
|
||||||
bindsym $mod+Control_R exec $browser
|
bindsym $mod+Control_R exec $browser
|
||||||
bindsym Menu exec $menu
|
bindsym Super_L exec pkill rofi || rofi -show run -theme skycontrast -monitor DP-1
|
||||||
|
|
||||||
## Utilities
|
## Utilities
|
||||||
|
|
||||||
@@ -56,14 +58,13 @@ input "type:mouse" {
|
|||||||
|
|
||||||
## Window Management
|
## Window Management
|
||||||
bindsym $mod+e kill
|
bindsym $mod+e kill
|
||||||
bindsym $mod+b splith
|
bindsym $mod+s splitv
|
||||||
bindsym $mod+v splitv
|
bindsym $mod+d splith
|
||||||
bindsym $mod+s layout stacking
|
bindsym $mod+w layout toggle split tabbed
|
||||||
bindsym $mod+w layout tabbed
|
|
||||||
bindsym $mod+f fullscreen
|
bindsym $mod+f fullscreen
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Shift+space floating toggle
|
||||||
bindsym $mod+space focus mode_toggle
|
bindsym $mod+space focus mode_toggle
|
||||||
bindsym $mod+a focus parent
|
# bindsym $mod+a focus parent
|
||||||
bindsym $mod+r reload
|
bindsym $mod+r reload
|
||||||
bindsym $mod+End exec swaymsg exit
|
bindsym $mod+End exec swaymsg exit
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
[options]
|
||||||
|
time_format = %-I:%M %p
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
[
|
||||||
|
[
|
||||||
|
1746308244,
|
||||||
|
1746308348,
|
||||||
|
"rating",
|
||||||
|
"f5cc3ee491824433a5edd201cd42cdb5",
|
||||||
|
[],
|
||||||
|
1746308348
|
||||||
|
]
|
||||||
|
]
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"project": "rating",
|
||||||
|
"start": 1746308244,
|
||||||
|
"tags": []
|
||||||
|
}
|
||||||
@@ -0,0 +1,135 @@
|
|||||||
|
// -*- mode: jsonc -*-
|
||||||
|
{
|
||||||
|
// "layer": "top", // Waybar at top layer
|
||||||
|
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
||||||
|
"output": "DP-1",
|
||||||
|
"position": "top",
|
||||||
|
"height": 40, // Waybar height (to be removed for auto height)
|
||||||
|
// "width": 1280, // Waybar width
|
||||||
|
"spacing": 4, // Gaps between modules (4px)
|
||||||
|
// Choose the order of the modules
|
||||||
|
"modules-left": [
|
||||||
|
"custom/os_button",
|
||||||
|
"hyprland/workspaces",
|
||||||
|
],
|
||||||
|
"modules-center": [
|
||||||
|
"hyprland/window",
|
||||||
|
],
|
||||||
|
"modules-right": [
|
||||||
|
"tray",
|
||||||
|
"idle_inhibitor",
|
||||||
|
"pulseaudio",
|
||||||
|
"network",
|
||||||
|
"custom/notification",
|
||||||
|
"clock",
|
||||||
|
"custom/power"
|
||||||
|
],
|
||||||
|
"custom/os_button": {
|
||||||
|
"format": "",
|
||||||
|
"on-click": "rofi -show drun -theme skycontrast",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
"custom/notification": {
|
||||||
|
"tooltip": false,
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"notification": "<span foreground='red'><sup></sup></span>",
|
||||||
|
"none": "",
|
||||||
|
"dnd-notification": "<span foreground='red'><sup></sup></span>",
|
||||||
|
"dnd-none": "",
|
||||||
|
"inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||||
|
"inhibited-none": "",
|
||||||
|
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||||
|
"dnd-inhibited-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
|
||||||
|
},
|
||||||
|
"wlr/taskbar": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"icon-size": 28,
|
||||||
|
"spacing": 3,
|
||||||
|
"on-click-middle": "close",
|
||||||
|
"tooltip-format": "{title}",
|
||||||
|
"ignore-list": [],
|
||||||
|
"on-click": "activate"
|
||||||
|
},
|
||||||
|
"hyprland/workspaces": {
|
||||||
|
"persistent-workspaces": {
|
||||||
|
"DP-1": [1,2,3,4,5],
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"idle_inhibitor": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"activated": "",
|
||||||
|
"deactivated": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tray": {
|
||||||
|
"icon-size": 22,
|
||||||
|
"spacing": 10
|
||||||
|
},
|
||||||
|
"clock": {
|
||||||
|
"format": "{:%I:%M %p}",
|
||||||
|
"timezone": "America/Chicago",
|
||||||
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
|
"format-alt": "{:%Y-%m-%d}"
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||||
|
"format-wifi": "({signalStrength}%) ",
|
||||||
|
"format-ethernet": "",
|
||||||
|
"tooltip-format": "{ifname} via {gwaddr}",
|
||||||
|
"format-linked": "{ifname} (No IP)",
|
||||||
|
"format-disconnected": "⚠",
|
||||||
|
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||||
|
},
|
||||||
|
"pulseaudio": {
|
||||||
|
// "scroll-step": 1, // %, can be a float
|
||||||
|
"format": "{volume}% {icon} {format_source}",
|
||||||
|
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||||
|
"format-bluetooth-muted": " {icon} {format_source}",
|
||||||
|
"format-muted": " {format_source}",
|
||||||
|
"format-source": "{volume}% ",
|
||||||
|
"format-source-muted": "",
|
||||||
|
"format-icons": {
|
||||||
|
"headphone": "",
|
||||||
|
"hands-free": "",
|
||||||
|
"headset": "",
|
||||||
|
"phone": "",
|
||||||
|
"portable": "",
|
||||||
|
"car": "",
|
||||||
|
"default": ["", "", ""]
|
||||||
|
},
|
||||||
|
"on-click": "pavucontrol"
|
||||||
|
},
|
||||||
|
"custom/media": {
|
||||||
|
"format": "{icon} {text}",
|
||||||
|
"return-type": "json",
|
||||||
|
"max-length": 40,
|
||||||
|
"format-icons": {
|
||||||
|
"spotify": "",
|
||||||
|
"default": "🎜"
|
||||||
|
},
|
||||||
|
"escape": true,
|
||||||
|
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
||||||
|
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
|
||||||
|
},
|
||||||
|
"custom/power": {
|
||||||
|
"format" : "⏻ ",
|
||||||
|
"tooltip": false,
|
||||||
|
"menu": "on-click",
|
||||||
|
"menu-file": "$HOME/.config/waybar/power_menu.xml", // Menu file in resources folder
|
||||||
|
"menu-actions": {
|
||||||
|
"poweroff": "poweroff",
|
||||||
|
"reboot": "reboot",
|
||||||
|
"suspend": "systemctl suspend",
|
||||||
|
"logout": "hyprctl dispatch exit"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<interface>
|
||||||
|
<object class="GtkMenu" id="menu">
|
||||||
|
<child>
|
||||||
|
<object class="GtkMenuItem" id="poweroff">
|
||||||
|
<property name="label">Power Off</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkMenuItem" id="reboot">
|
||||||
|
<property name="label">Reboot</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkMenuItem" id="suspend">
|
||||||
|
<property name="label">Suspend</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkSeparatorMenuItem" id="delimiter1"/>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkMenuItem" id="logout">
|
||||||
|
<property name="label">Logout</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</interface>
|
||||||
@@ -0,0 +1,290 @@
|
|||||||
|
* {
|
||||||
|
font-family: "CaskaydiaMono Nerd Font", monospace;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 16px;
|
||||||
|
color: rgba(65, 65, 65, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar {
|
||||||
|
background-color: rgba(180, 180, 180, 0.5);
|
||||||
|
border: solid rgba(70, 70, 90, 0.90);
|
||||||
|
border-width: 2 0 2 0;
|
||||||
|
transition-property: background-color;
|
||||||
|
transition-duration: .5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar.hidden {
|
||||||
|
opacity: 0.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-os_button {
|
||||||
|
padding: 0 12px 0 7px;
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-notification {
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-power {
|
||||||
|
background-color: lightgray;
|
||||||
|
border-radius: 100px;
|
||||||
|
margin: 5px 10px 5px 5px;
|
||||||
|
padding: 1px 1px 1px 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modules-left {
|
||||||
|
padding-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modules-right {
|
||||||
|
padding-left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button label {
|
||||||
|
font-size: 20px;
|
||||||
|
color: rgba(65, 65, 65, 0.9);
|
||||||
|
padding: 0 10px 0 10px;
|
||||||
|
border: solid 2px transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.empty label {
|
||||||
|
background: transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button label {
|
||||||
|
background: white;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.visible label {
|
||||||
|
color: black;
|
||||||
|
background: lightskyblue;
|
||||||
|
border: solid rgba(70, 70, 90, 1);
|
||||||
|
padding: 0 10px 0 10px;
|
||||||
|
border-width: 0 2px 0 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modules-left, .modules-right {
|
||||||
|
background: rgba(70, 70, 90, 0.20);
|
||||||
|
border: solid rgba(70, 70, 90, 0.95);
|
||||||
|
border-width: 2 2 2 0;
|
||||||
|
border-radius: 0 8px 8px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modules-right {
|
||||||
|
border-radius: 8px 0 0 8px;
|
||||||
|
border-width: 2 0 2 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
window#waybar.empty {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
window#waybar.solo {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
window#waybar.termite {
|
||||||
|
background-color: #3F3F3F;
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar.chromium {
|
||||||
|
background-color: #000000;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
/* Use box-shadow instead of border so the text isn't offset */
|
||||||
|
box-shadow: inset 0 -3px transparent;
|
||||||
|
/* Avoid rounded borders under each button name */
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
button:hover {
|
||||||
|
background: inherit;
|
||||||
|
box-shadow: inset 0 -3px #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* you can set a style on hover for any module like this */
|
||||||
|
#custom-notification:hover,
|
||||||
|
#idle_inhibitor:hover,
|
||||||
|
#network:hover,
|
||||||
|
#clock:hover,
|
||||||
|
#pulseaudio:hover {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button {
|
||||||
|
padding: 0;
|
||||||
|
background-color: transparent;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button:hover {
|
||||||
|
background: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.focused {
|
||||||
|
background-color: #64727D;
|
||||||
|
box-shadow: inset 0 -3px #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.urgent {
|
||||||
|
background-color: #eb4d4b;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mode {
|
||||||
|
background-color: #64727D;
|
||||||
|
box-shadow: inset 0 -3px #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clock,
|
||||||
|
#battery,
|
||||||
|
#cpu,
|
||||||
|
#memory,
|
||||||
|
#disk,
|
||||||
|
#temperature,
|
||||||
|
#backlight,
|
||||||
|
#network,
|
||||||
|
#pulseaudio,
|
||||||
|
#wireplumber,
|
||||||
|
#custom-media,
|
||||||
|
#tray,
|
||||||
|
#mode,
|
||||||
|
#idle_inhibitor,
|
||||||
|
#scratchpad,
|
||||||
|
#power-profiles-daemon,
|
||||||
|
#mpd {
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* If workspaces is the leftmost module, omit left margin */
|
||||||
|
|
||||||
|
/* If workspaces is the rightmost module, omit right margin */
|
||||||
|
.modules-right > widget:last-child > #workspaces {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes blink {
|
||||||
|
to {
|
||||||
|
background-color: #ffffff;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Using steps() instead of linear as a timing function to limit cpu usage */
|
||||||
|
#battery.critical:not(.charging) {
|
||||||
|
background-color: #f53c3c;
|
||||||
|
color: #ffffff;
|
||||||
|
animation-name: blink;
|
||||||
|
animation-duration: 0.5s;
|
||||||
|
animation-timing-function: steps(12);
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
animation-direction: alternate;
|
||||||
|
}
|
||||||
|
|
||||||
|
#power-profiles-daemon {
|
||||||
|
padding-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#power-profiles-daemon.performance {
|
||||||
|
background-color: #f53c3c;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#power-profiles-daemon.balanced {
|
||||||
|
background-color: #2980b9;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#power-profiles-daemon.power-saver {
|
||||||
|
background-color: #2ecc71;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
label:focus {
|
||||||
|
background-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tray > .passive {
|
||||||
|
-gtk-icon-effect: dim;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tray > .needs-attention {
|
||||||
|
-gtk-icon-effect: highlight;
|
||||||
|
background-color: #eb4d4b;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mpd {
|
||||||
|
background-color: #66cc99;
|
||||||
|
color: #2a5c45;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mpd.disconnected {
|
||||||
|
background-color: #f53c3c;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mpd.stopped {
|
||||||
|
background-color: #90b1b1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mpd.paused {
|
||||||
|
background-color: #51a37a;
|
||||||
|
}
|
||||||
|
|
||||||
|
#language {
|
||||||
|
background: #00b093;
|
||||||
|
color: #740864;
|
||||||
|
padding: 0 5px;
|
||||||
|
margin: 0 5px;
|
||||||
|
min-width: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#keyboard-state {
|
||||||
|
background: #97e1ad;
|
||||||
|
color: #000000;
|
||||||
|
padding: 0 0px;
|
||||||
|
margin: 0 5px;
|
||||||
|
min-width: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#keyboard-state > label {
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#keyboard-state > label.locked {
|
||||||
|
background: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
#scratchpad {
|
||||||
|
background: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
#scratchpad.empty {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#privacy {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#privacy-item {
|
||||||
|
padding: 0 5px;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#privacy-item.screenshare {
|
||||||
|
background-color: #cf5700;
|
||||||
|
}
|
||||||
|
|
||||||
|
#privacy-item.audio-in {
|
||||||
|
background-color: #1ca000;
|
||||||
|
}
|
||||||
|
|
||||||
|
#privacy-item.audio-out {
|
||||||
|
background-color: #0069d4;
|
||||||
|
}
|
||||||
@@ -75,7 +75,8 @@
|
|||||||
"spacing": 10
|
"spacing": 10
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
// "timezone": "America/New_York",
|
"format": "{:%I:%M %p}",
|
||||||
|
"timezone": "America/Chicago",
|
||||||
"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}"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user