GNOME Shell Focus Effect Extension
Created|Updated|linux

https://github.com/paradoxxxzero/gnome-shell-focus-effects-extension
http://www.upubuntu.com/2012/08/how-to-install-gnome-shell-focus-effect.html
GNOME Shell のFocus Effect 拡張を使ってみた。フォーカスの切り替えでウィンドウがアニメーションする。なんか楽しい。非アクティブなウィンドウは少し傾いて、サイズが小さく、色はグレーになる。スクリプトはとても小さいので、何かに応用できるかもしれない。
副作用としては、非アクティブなウィンドウの選択に少しコツがいるようだ。また、何回か切り替えを繰り返した時に、ウィンドウが画面外に移動してしまう。その時は、[Alt]-[Space]で「移動」を選択して、ウィンドウを元の位置に動かすと回復できる。
Related Articles

2016-01-16
GNOME Software on Ubuntu GNOME 16.04
https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/gnome-software Ubuntu 16.04 ではUbuntu ソフトウェアセンター(software-center)に代わってGNOME ソフトウェア(gnome-software)がデフォルトになるようですね。試してみました。 GNOME ソフトウェアのインストール$ sudo add-apt-repository ppa:ubuntu-desktop/gnome-software$ sudo apt-get update$ sudo apt-get install gnome-software
2011-05-10
GNOME Shell を拡張してみた3
http://git.gnome.org/browse/gnome-shell-extensions/ GNOME Shell をさらに拡張してみた。 Places menu (フォルダの形のアイコン)主なディレクトリ、お気に入りディレクトリの表示 Drive menu (丸い形のアイコン)リムーバブルドライブの表示
2014-09-06
Customizing Applications Menu Extension
GNOME Shell の拡張機能Applications Menu のボタンを文字列からアイコンに変更してみました。 /usr/share/gnome-shell/extensios/extension.js[282-285]this._label = new St.Label({ //text: _("Applications"), style_class: 'apps-menu-button', y_expand: true, y_align: Clutter.ActorAlign.CENTER }); /usr/share/gnome-shell/extensios/stylesheet.css[9-12].apps-menu-button { background: url('/usr/share/icons/Ad...

2021-02-21
GNOME 40
https://copr.fedorainfracloud.org/coprs/haeckerfelix/gnome-shell-40/ GNOME 40 アルファ版を起動してみました。 環境 Fedora 33 GNOME Shell 40.beta 構築 Fedora 33 インストールhttps://getfedora.org/ja/workstation/download/ アップデート $ sudo dnf update -y リポジトリ追加&アップデート $ sudo dnf copr enable haeckerfelix/gnome-shell-40 $ sudo dnf upgrade Fedora 33 との差分 バージョン確認 $ dnf list --installed | grep haeckerfelixglib2.x86_64 2.67.3-1.fc33 @copr:copr.fedorainfracl...
2012-09-24
Changing the date format in nautilus 3.6 list view
https://bugzilla.gnome.org/show_bug.cgi?id=676898http://bugzilla-attachments.gnome.org/attachment.cgi?id=215060 nautilus 3.6 のリストビューでは、あえて更新日付の書式をシンプル(informal)にしているようです。これはこれでアリなのですが、やはり詳細表示されていた方が統一感があって使い勝手がよいような気がするので、昔のISO 日付書式になるようにカスタマイズしてみました。dpkg-buildpackage でfakeroot が効かなかったので、sudo で実行しています。 $ sudo apt-get build-dep nautilus$ mkdir nautilus && cd nautilus$ apt-get source nautilus$ dpkg-source -x *.dsc$ cd nautilus-3.* libnautilus-private/nautilus-file.c#define TODAY_TIME_F...

2024-09-22
GNOME 47
https://release.gnome.org/47/ GNOME 47がリリースされたのでインストールしてみました。 Chromeはtext-input v3に対応したのでWaylandモードで日本語入力可能です vscodeはWaylandモードで日本語入力に対応していません code-serverは日本語入力できます(Chromeだから)日本語入力中の文字列の背景が黄色になっているのはなんとかしたい GNOME Shell拡張のPenguin: AI Chatbotを使ってみましたhttps://extensions.gnome.org/extension/7338/penguin-ai-chatbot/とりあえずデフォルトの無料AIモデルに質問してみましたが調整が必要そうですね。。。 2025-02-04 更新タスクトレイのアイコン上にエラーが表示されるので修正する無効な値を指定しているicon_name行をコメントアウトするアイコンはstylesheet.cssで指定している extensions.js_init(extension) { // ...
Comments