Compare commits

..

No commits in common. "48f25935f26f28a31462168736f27b8addcd76a7" and "6ba930348c9488003cd8011a83bffb33533ca6e1" have entirely different histories.

4 changed files with 207 additions and 137 deletions

View File

@ -3,8 +3,18 @@ source = ~/.config/hypr/mocha.conf # Catppuccin colorscheme
# < Start Section >
# monitors
monitor=DP-1, 3440x1440@160, 1920x0, 1, vrr, 1
monitor=DP-2, 1920x1080@144, 0x180, 1, vrr, 1
# nvidia
# Single
#monitor=DP-3, 3440x1440@160, 0x0, 1, vrr, 1, bitdepth, 8
# intel
# Single
monitor=DP-1, 3440x1440@160, 0x0, 1, vrr, 1, bitdepth, 8
#monitor=DP-2, disable
# Double
#monitor=DP-1, 3440x1440@160, 1920x0, 1, vrr, 1, bitdepth, 8
#monitor=DP-2, 1920x1080@120, 0x180, 1, vrr, 0
# < End Section >
@ -20,6 +30,19 @@ env = MOZ_ENABLE_WAYLAND,1
env = HYPRCURSOR_THEME, rose-pine-hyprcursor
env = HYPRCURSOR_SIZE, 24
# nvidia
#env = LIBVA_DRIVER_NAME,nvidia
#env = XDG_SESSION_TYPE,wayland
#env = GDM_BACKEND,nvidia-drm
#env = __GLX_VENDOR_LIBRARY_NAME,nvidia
# possible fnv fix?
#env = intel_btimr, false
# aquamarine
#env = AQ_TRACE, 1
#env = HYPRLAND_TRACE, 1
# < End Section >
@ -39,6 +62,9 @@ exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
# xrandr settings
exec-once = ~/.config/hypr/scripts/xrandr.sh
# wayland to xwayland copy fix (text only)
#exec-once = wl-paste -t text -w xclip -selection clipboard
# background applications
exec-once = waybar -c ~/.config/waybar/config
exec-once = dunst
@ -47,14 +73,14 @@ exec-once = syncthing --no-browser
exec-once = xwaylandvideobridge
# main applications
exec-once = vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland
exec-once = spotify
exec-once = alacritty
exec-once = discord
#exec-once = dopamine
exec-once = spotify --disable-gpu
exec-once = cool-retro-term
exec-once = firefox
exec-once = taskset -c 1-7 steam
# completion alert
exec-once = sleep 5 && pw-play --volume=2.0 ~/.alert/finished.mp3
#exec-once = taskset -c 1-7 steam
#exec-once = taskset -c 1-7 gamescope -W 3200 -H 1100 -b -- steam
#exec-once = bolt
# < End Section >
@ -65,13 +91,14 @@ exec-once = sleep 5 && pw-play --volume=2.0 ~/.alert/finished.mp3
# gaps numbers (top, right, bottom, left)
workspace = 1, monitor:DP-1, persistent:true, default:true
workspace = 2, monitor:DP-1, persistent:true, gapsout:70 597 54 597
#workspace = 1, monitor:DP-1, persistent:true, gapsout:0 440 0 440, default:true
workspace = 2, monitor:DP-1, persistent:true, gapsout:160 756 146 756
workspace = 3, monitor:DP-1, persistent:true, gapsout:50 440 50 440
workspace = 4, monitor:DP-1, persistent:true
workspace = 4, monitor:DP-1, persistent:true, gapsout:45 0 0 0
# Workspaces swapped for ease of use
workspace = 6, monitor:DP-1, persistent:true
workspace = 5, monitor:DP-2, persistent:true
workspace = 5, monitor:DP-1, persistent:true
# < End Section >
@ -82,9 +109,10 @@ workspace = 5, monitor:DP-2, persistent:true
general {
gaps_in = 0
gaps_out = 4
border_size = 4
gaps_out = 8
border_size = 3
col.active_border = $peach
#col.inactive_border = $peach
layout = dwindle
resize_on_border = false
}
@ -124,9 +152,12 @@ animations {
input {
kb_layout = us
kb_options = caps:escape
kb_options = caps:swapescape
follow_mouse = 2
#follow_mouse = 3
mouse_refocus = false;
sensitivity = -.75 # -1.0 - 1.0, 0 means no modification.
force_no_accel = 1
}
@ -143,13 +174,16 @@ misc {
force_default_wallpaper = 0
vrr = 1
vfr = true
middle_click_paste = false
no_direct_scanout = true
}
xwayland {
enabled = true
use_nearest_neighbor = true
force_zero_scaling = false
# latest configuration
# use_nearset_neighbor = true
# force_zero_scaling = true
# current configuration
use_nearest_neighbor = true
force_zero_scaling = false
}
cursor {
@ -161,12 +195,16 @@ cursor {
debug {
disable_logs = true
#disable_logs = false
}
render {
explicit_sync = 1
explicit_sync_kms = 1
direct_scanout = true
#device {
# name = opentabletdriver-virtual-tablet
# enabled = yes
#}
experimental {
explicit_sync = true
}
# < End Section >
@ -200,8 +238,6 @@ master {
# window rules
# core
windowrulev2 = suppressevent maximize, class:^(.*)$
windowrulev2 = renderunfocused,class:^(.*)$
windowrulev2 = opacity 0.80 0.80,class:^(.*)$
windowrulev2 = opacity 0.80 0.70,class:^(pavucontrol)$
windowrulev2 = opacity 0.80 0.70,class:^(org.kde.polkit-kde-authentication-agent-1)$
@ -212,37 +248,31 @@ windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
# main
windowrulev2 = workspace 1 silent, class:^(discord)$
windowrulev2 = workspace 1 silent, class:^(vesktop)$
windowrulev2 = workspace 1 silent, class:^(Dopamine)$
windowrulev2 = workspace 5 silent, initialTitle:^(Spotify Premium)$
windowrulev2 = workspace 2 silent, class:^(Alacritty)$
windowrulev2 = workspace 1 silent, class:^(Spotify)$
windowrulev2 = workspace 2 silent, class:^(cool-retro-term.cool-retro-term)$
windowrulev2 = workspace 3 silent, class:^(firefox)$
windowrulev2 = workspace 3 silent, class:^(firefox-nightly)$
windowrulev2 = workspace 4 silent, class:^(steam)$
windowrulev2 = workspace 4 silent, class:^(org.prismlauncher.PrismLauncher)$
windowrulev2 = workspace 4 silent, title:^(Minecraft.*)$
windowrulev2 = workspace 4 silent, class:^(steam_app_.*)$
windowrulev2 = workspace 4 silent, class:^(steam_proton)$
windowrulev2 = workspace 4 silent, class:^(hl2_linux)$
windowrulev2 = workspace 4 silent, class:^(gamescope)$
windowrulev2 = workspace 5 silent, class:^(Bolt.*)$
windowrulev2 = workspace 6 silent, class:^(steam)$
windowrulev2 = workspace 5 silent, class:^(steam)$
windowrulev2 = workspace 6 silent, class:^(Bolt.*)$
# development
windowrulev2 = float, title:^(SnakePlusPlus)$
windowrulev2 = pseudo, title:^(SnakePlusPlus)$
windowrulev2 = center, title:^(SnakePlusPlus)$
windowrulev2 = opacity 0.4, title:^(SnakePlusPlus)$
windowrulev2 = float, title:^(TetrisPlusPlus)$
windowrulev2 = center, title:^(TetrisPlusPlus)$
windowrulev2 = workspace 4 silent, class:^(aquamarine)$
windowrulev2 = fullscreen, class:^(aquamarine)$
# games
# 16:9 windowed - 1920 1080
# 21:9 windowed - 2560 1080
# 32:9 windowed - 3200 900
# theoretical mix - 3200 1100
# alternative - 2660 1140
# runelite
windowrulev2 = opacity 1.00 override 1.00 override, class:^(net-runelite-client-RuneLite)$
windowrulev2 = pseudo, class:^(net-runelite-client-RuneLite)$
@ -254,9 +284,11 @@ windowrulev2 = size 3200 1100, title:^(Minecraft.*)$
# native
windowrulev2 = opacity 1.00 override 1.00 override, class:^(steam_app_.*)$
windowrulev2 = pseudo, class:^(steam_app_.*)$
#windowrulev2 = size 3200 900, class:^(steam_app_.*)$
# proton
windowrulev2 = opacity 1.00 override 1.00 override, class:^(steam_proton)$
windowrulev2 = pseudo, class:^(steam_proton)$
#windowrulev2 = size 3200 900, class:^(steam_proton)$
# hl2 (css, etc)
windowrulev2 = opacity 1.00 override 1.00 override, class:^(hl2_linux)$
# gamescope
@ -286,15 +318,13 @@ windowrulev2 = noblur,class:^(xwaylandvideobridge)$
$mainMod = SUPER
# passthrough
#bind = , mouse:275, pass, class:^(discord)$
#bind = , mouse:275, sendshortcut, ALT, V, class:^(vesktop)$
#bind = SHIFT, mouse:275, sendshortcut, ALT, V, class:^(vesktop)$
bind = , mouse:275, pass, ^(discord)$
bind = SHIFT, mouse:275, pass, ^(discord)$
# core binds
bind = $mainMod SHIFT, Q, killactive,
bind = $mainMod SHIFT, M, exit
bind = $mainMod, SPACE, togglefloating,
bind = $mainMod, C, centerwindow
bind = $mainMod, F, fullscreen,
bind = $mainMod SHIFT, L, exec, hyprlock
bind = $mainMod $CONTROL, ESCAPE, exec, killall waybar || waybar # toggle waybar
@ -302,7 +332,7 @@ bind = $mainMod SHIFT, J, togglesplit, # dwindle
bind = $mainMod SHIFT, SPACE, pseudo, # dwindle
# main application shortcuts
bind = $mainMod, RETURN, exec, alacritty
bind = $mainMod, RETURN, exec, cool-retro-term
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy
bind = $mainMod SHIFT, 7, exec, taskset -c 1-7 prismlauncher
bind = $mainMod, S, exec, pkill -x rofi || rofi -show drun

View File

@ -3,25 +3,13 @@ source = ~/.config/hypr/mocha.conf # Catppuccin colorscheme
# < Start Section >
# monitors
monitor=WL-1, 1920x1080@144, 0x0, 1, vrr, 1
# Single
#monitor=DP-1, 3440x1440@160, 0x0, 1, vrr, 1, bitdepth, 10
#monitor=DP-2, disable
# < End Section >
# < Start Section >
# environment variables
env = xdg_current_desktop,hyprland
env = XDG_SESSION_TYPE,wayland
env = XDG_SESSION_DESKTOP,Hyprland
env = MOZ_ENABLE_WAYLAND,1
env = HYPRCURSOR_THEME, rose-pine-hyprcursor
env = HYPRCURSOR_SIZE, 24
# Trace logging
#env = HYPRLAND_TRACE,1
#env = AQ_TRACE,1
# Double
monitor=DP-1, 3440x1440@160, 1920x0, 1, vrr, 1, bitdepth, 10
monitor=DP-2, 1920x1080@144, 0x180, 1, vrr, 0
# < End Section >
@ -29,10 +17,33 @@ env = HYPRCURSOR_SIZE, 24
# < Start Section >
# startup applications
exec-once = discord
exec-once = alacritty
# exit applications
# environment launches
$scrPath = ~/.config/hypr/scripts
exec-once = $scrPath/resetxdgportal.sh # reset XDPH for screenshare
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # for XDPH
exec-once = dbus-update-activation-environment --systemd --all
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = /usr/lib/polkit-kde-authentication-agent-1 # authentication dialogue for GUI apps
exec-once = gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Mocha'
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
# xrandr settings
exec-once = $scrPath/xrandr.sh
exec-once = waybar -c ~/.config/waybar/config
exec-once = dunst
exec-once = swww init
exec-once = syncthing --no-browser
# main applications
#exec-once = discord
exec-once = spotify --disable-gpu
exec-once = alacritty
exec-once = firefox
exec-once = taskset -c 1-7 steam-runtime
#exec-once = mangohud steam-runtime
exec-once = bolt
# < End Section >
@ -41,6 +52,13 @@ exec-once = alacritty
# < Start Section >
# workspace rules
workspace = 1, monitor:DP-1, persistent:true, gapsout:0 440 0 440, default:true
workspace = 2, monitor:DP-1, persistent:true, gapsout:126 756 180 756
workspace = 3, monitor:DP-1, persistent:true, gapsout:0 440 0 440
workspace = 4, monitor:DP-1, persistent:true
workspace = 5, monitor:DP-1, persistent:true
workspace = 6, monitor:DP-2, persistent:true
# < End Section >
@ -49,19 +67,26 @@ exec-once = alacritty
# variables
general {
#gaps_in = 15
#gaps_out = 40, 160, 40, 160
gaps_in = 0
gaps_out = 8
border_size = 3
gaps_out = 12
border_size = 4
#border_size = 0
col.active_border = $peach
#col.inactive_border = $peach
layout = dwindle
resize_on_border = false
#cursor_inactive_timeout = 2
#no_cursor_warps = false
}
decoration {
rounding = 6
drop_shadow = false
dim_special = 0.3
#active_opacity = 1.0
#inactive_opacity = 0.8
fullscreen_opacity = 1.0
blur {
@ -93,7 +118,6 @@ animations {
input {
kb_layout = us
kb_options = caps:escape
follow_mouse = 2
mouse_refocus = false;
@ -114,13 +138,15 @@ misc {
force_default_wallpaper = 0
vrr = 1
vfr = true
middle_click_paste = false
}
xwayland {
enabled = true
use_nearest_neighbor = true
force_zero_scaling = false
# latest configuration
# use_nearset_neighbor = true
# force_zero_scaling = true
# current configuration
use_nearest_neighbor = true
force_zero_scaling = false
}
cursor {
@ -131,16 +157,13 @@ cursor {
}
debug {
#disable_logs = true
disable_logs = false
watchdog_timeout = 0
disable_logs = false
}
render {
explicit_sync = 1
explicit_sync_kms = 1
direct_scanout = true
}
#device {
# name = opentabletdriver-virtual-tablet
# enabled = yes
#}
# < End Section >
@ -162,7 +185,7 @@ dwindle {
# master layout
master {
new_status = master
new_is_master = true
}
# < End Section >
@ -172,7 +195,7 @@ master {
# < Start Section >
# window rules
# core
# Core
windowrulev2 = opacity 0.80 0.80,class:^(.*)$
windowrulev2 = opacity 0.80 0.70,class:^(pavucontrol)$
windowrulev2 = opacity 0.80 0.70,class:^(org.kde.polkit-kde-authentication-agent-1)$
@ -180,88 +203,68 @@ windowrulev2 = float, class:^(qt5ct)$
windowrulev2 = float, class:^(nwg-look)$
windowrulev2 = float, class:^(pavucontrol)$
windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
#windowrulev2 = float, class:^(steam)$
# main
# Main
windowrulev2 = workspace 1 silent, class:^(discord)$
windowrulev2 = workspace 1 silent, class:^(vesktop)$
windowrulev2 = workspace 1 silent, class:^(Dopamine)$
#windowrulev2 = workspace 1 silent, class:^(Spotify)$
windowrulev2 = workspace 1 silent, initialTitle:^(Spotify Premium)$
windowrulev2 = workspace 1 silent, class:^(Spotify)$
windowrulev2 = workspace 2 silent, class:^(Alacritty)$
windowrulev2 = workspace 3 silent, class:^(firefox)$
windowrulev2 = workspace 3 silent, class:^(firefox-nightly)$
windowrulev2 = workspace 4 silent, class:^(steam)$
windowrulev2 = workspace 4 silent, class:^(org.prismlauncher.PrismLauncher)$
windowrulev2 = workspace 4 silent, title:^(Minecraft.*)$
windowrulev2 = workspace 4 silent, class:^(steam_app_.*)$
windowrulev2 = workspace 4 silent, class:^(steam_proton)$
windowrulev2 = workspace 4 silent, class:^(hl2_linux)$
windowrulev2 = workspace 4 silent, class:^(gamescope)$
windowrulev2 = workspace 5 silent, class:^(Bolt.*)$
windowrulev2 = workspace 6 silent, class:^(steam)$
# development
windowrulev2 = float, title:^(SnakePlusPlus)$
# Development
windowrulev2 = pseudo, title:^(SnakePlusPlus)$
windowrulev2 = center, title:^(SnakePlusPlus)$
windowrulev2 = opacity 0.4, title:^(SnakePlusPlus)$
windowrulev2 = float, title:^(TetrisPlusPlus)$
windowrulev2 = center, title:^(TetrisPlusPlus)$
# games
# Games
# 16:9 windowed - 1920 1080
# 21:9 windowed - 2560 1080
# 32:9 windowed - 3200 900
# theoretical mix - 3200 1100
# alternative - 2660 1140
# runelite
# Theoretical mix - 3200 1100
windowrulev2 = opacity 1.00 override 1.00 override, class:^(net-runelite-client-RuneLite)$
windowrulev2 = pseudo, class:^(net-runelite-client-RuneLite)$
windowrulev2 = size 825 520, class:^(net-runelite-client-RuneLite)$
# minecraft
windowrulev2 = opacity 1.00 override 1.00 override, title:^(Minecraft.*)$
windowrulev2 = pseudo, title:^(Minecraft.*)$
windowrulev2 = size 3200 1100, title:^(Minecraft.*)$
# native
windowrulev2 = opacity 1.00 override 1.00 override, class:^(Minecraft.*)$
windowrulev2 = pseudo, class:^(Minecraft.*)$
windowrulev2 = size 2560 1080, class:^(Minecraft.*)$
windowrulev2 = opacity 1.00 override 1.00 override, class:^(steam_app_.*)$
windowrulev2 = pseudo, class:^(steam_app_.*)$
#windowrulev2 = size 3200 900, class:^(steam_app_.*)$
# proton
windowrulev2 = opacity 1.00 override 1.00 override, class:^(steam_proton)$
windowrulev2 = pseudo, class:^(steam_proton)$
#windowrulev2 = size 3200 900, class:^(steam_proton)$
# hl2 (css, etc)
windowrulev2 = opacity 1.00 override 1.00 override, class:^(hl2_linux)$
# gamescope
windowrulev2 = opacity 1.00 override 1.00 override, class:^(gamescope)$
windowrulev2 = pseudo, class:^(gamescope)$
windowrulev2 = size 3200 1100, class:^(gamescope)$
windowrulev2 = workspace 4 silent, class:^(Minecraft.*)$
windowrulev2 = workspace 4 silent, class:^(steam_app_.*)$
windowrulev2 = workspace 4 silent, class:^(steam_proton)$
windowrulev2 = workspace 4 silent, class:^(hl2_linux)$
# layer rules
layerrule = blur,waybar
layerrule = ignorezero, waybar
# xwaylandvideobridge
windowrulev2 = opacity 0.0 override,class:^(xwaylandvideobridge)$
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$
windowrulev2 = noblur,class:^(xwaylandvideobridge)$
# < End Section >
# < Start Section >
# keybinds
# binds
# main modifier
$mainMod = ALT
$mainMod = SUPER
# passthrough
bind = , mouse:275, pass, ^(discord)$
bind = SHIFT, mouse:275, pass, ^(discord)$
# core binds
bind = $mainMod SHIFT, Q, killactive,
bind = $mainMod SHIFT, M, exit
bind = $mainMod, SPACE, togglefloating,
bind = $mainMod, C, centerwindow
bind = $mainMod, F, fullscreen,
bind = $mainMod SHIFT, L, exec, hyprlock
bind = $mainMod $CONTROL, ESCAPE, exec, killall waybar || waybar # toggle waybar
@ -274,6 +277,20 @@ bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy
bind = $mainMod SHIFT, 7, exec, taskset -c 1-7 prismlauncher
bind = $mainMod, S, exec, pkill -x rofi || rofi -show drun
# generic audio control
binde = , XF86AudioPlay, exec, playerctl play-pause
binde = , XF86AudioStop, exec, playerctl stop
binde = , XF86AudioPrev, exec, playerctl previous
binde = , XF86AudioNext, exec, playerctl next
binde = , XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
binde = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
binde = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
# custom audio control
binde = $mainMod, F1, exec, playerctl play-pause
binde = $mainMod, F2, exec, playerctl previous
binde = $mainMod, F3, exec, playerctl next
# move focus
bind = $mainMod, h, movefocus, l
bind = $mainMod, l, movefocus, r
@ -293,9 +310,32 @@ bind = $mainMod SHIFT, 3, movetoworkspace, 3
bind = $mainMod SHIFT, 4, movetoworkspace, 4
bind = $mainMod SHIFT, 5, movetoworkspace, 5
bind = $mainMod SHIFT, 6, movetoworkspace, 6
bind = $mainMod ALT, 1, movetoworkspacesilent, 1
bind = $mainMod ALT, 2, movetoworkspacesilent, 2
bind = $mainMod ALT, 3, movetoworkspacesilent, 3
bind = $mainMod ALT, 4, movetoworkspacesilent, 4
bind = $mainMod ALT, 5, movetoworkspacesilent, 5
bind = $mainMod ALT, 6, movetoworkspacesilent, 6
# resizing windows
binde = $mainMod, right, resizeactive, 5 0
binde = $mainMod, left, resizeactive, -5 0
binde = $mainMod, up, resizeactive, 0 -5
binde = $mainMod, down, resizeactive, 0 5
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# < End Section >
# < Start Section >
# environment variables
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_DESKTOP,Hyprland
env = MOZ_ENABLE_WAYLAND,1
env = HYPRCURSOR_THEME, rose-pine-hyprcursor
env = HYPRCURSOR_SIZE, 24
# < End Section >

View File

@ -2,23 +2,26 @@
{
"name": "main",
"layer": "bottom",
"position": "top",
"height": 28,
"position": "bottom",
"height": 38,
"spacing": 0,
"output": "DP-1",
"reload_style_on_change": true,
"margin-left": 12,
"margin-right": 12,
"margin-top": 6,
"margin-bottom": 6,
"modules-left": [
"hyprland/workspaces",
"wireplumber",
"disk",
"memory",
"cpu",
"custom/gpu",
"temperature"
],
"modules-center": [],
"modules-center": ["hyprland/workspaces"],
"modules-right": [
"tray",
"wireplumber",
"network#ethernet",
"clock",
"custom/poweroff"
@ -35,7 +38,7 @@
"tooltip": false
},
"disk": {
"format": " {percentage_used}%",
"format": " {}%",
"tooltip-format": "{used} / {total} used"
},
"idle_inhibitor": {

View File

@ -5,21 +5,23 @@
border-radius: 0px;
min-height: 0;
font-weight: bold;
font-size: 12px;
font-size: 14px;
font-family: "Hack Nerd Font";
}
window#waybar {
background-color: alpha(@crust, 0.8);
border-radius: 0px;
border-bottom: 0px solid @overlay0;
background-color: transparent;
/*background-color: alpha(@base, 0.6);*/
border-radius: 6px;
border: 0px solid @overlay0;
padding-top: 6px;
padding-bottom: 2px;
}
#workspaces button {
color: @peach;
border-radius: 8px;
margin: 4px 2px;
padding: 0px 2px;
margin: 1px;
border-radius: 10px;
transition: all 0.4s ease;
}
@ -64,11 +66,6 @@ window#waybar {
min-width: 45px;
}
#network {
margin: 0px;
padding: 0px;
}
#clock {
min-width: 80px;